| | |
- _CData(__builtin__.object)
-
- Array
- CFuncPtr
- Structure
- Union
- exceptions.Exception(exceptions.BaseException)
-
- ctypes.ArgumentError
class CFuncPtr(_CData) |
| |
Function Pointer |
| |
- Method resolution order:
- CFuncPtr
- _CData
- __builtin__.object
Methods defined here:
- __call__(...)
- x.__call__(...) <==> x(...)
- __repr__(...)
- x.__repr__() <==> repr(x)
Data descriptors defined here:
- argtypes
- specify the argument types
- errcheck
- a function to check for errors
- restype
- specify the result type
Data and other attributes defined here:
- __new__ = <built-in method __new__ of _ctypes.CFuncPtrType object at 0x128920>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
Methods inherited from _CData:
- __ctypes_from_outparam__(...)
- __hash__(...)
- x.__hash__() <==> hash(x)
|
|