| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
CDLL
An instance of this class represents a loaded dll/shared library, exporting functions using the standard C calling convention (named 'cdecl' on Windows).
The exported functions can be accessed as attributes, or by indexing with the function name. Examples:
<obj>.qsort -> callable object <obj>['qsort'] -> callable object
Calling the functions releases the Python GIL during the call and reaquires it afterwards.
|
|||
| _FuncPtr | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Feb 25 10:24:17 2008 | http://epydoc.sourceforge.net |