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