Package ctypes :: Class PyDLL
[hide private]
[frames] | no frames]

Class PyDLL

object --+    
         |    
      CDLL --+
             |
            PyDLL

This class represents the Python library itself. It allows to access Python API functions. The GIL is not released, and Python exceptions are handled correctly.

Nested Classes [hide private]
  _FuncPtr
Instance Methods [hide private]

Inherited from CDLL: __getattr__, __getitem__, __init__, __repr__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__