Panda3D
Public Member Functions | Public Attributes

DirectMySQLdbConnection Class Reference

List of all members.

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.

Constructor & Destructor Documentation

def __init__ (   self,
  args,
  kwargs 
)

DCR: from MySQLdb connections.py Connection.__init__.


Member Function Documentation

def close (   self)

Member Data Documentation

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

 All Classes Namespaces Functions Variables Properties