Panda3D
|
Public Member Functions | |
def | __init__ |
DCR: from MySQLdb connections.py Connection.__init__. | |
def | close |
Public Attributes | |
cursorclass | |
DCR: fixed up relative imports. | |
encoders | |
DCR: fixed up module reference. | |
messages | |
string_decoder | |
unicode_literal | |
DCR: these functions create memory leaks with gc.DEBUG_SAVEALL turned on. |
def __init__ | ( | self, | |
args, | |||
kwargs | |||
) |
DCR: from MySQLdb connections.py Connection.__init__.
def close | ( | self | ) |
DCR: fixed up relative imports.
DCR: fixed up module reference.
DCR: skip over the Connection __init__ super(Connection, self).__init__(*args, **kwargs2)
DCR: these functions create memory leaks with gc.DEBUG_SAVEALL turned on.
DCR: use methods rather than inline-defined functions to prevent memory leaks