Module _ctypes :: Class CFuncPtr
[hide private]
[frames] | no frames]

Class CFuncPtr

object --+    
         |    
 ??._CData --+
             |
            CFuncPtr
Known Subclasses:

Function Pointer

Instance Methods [hide private]
 
__call__(x, ...)
x(...)
a new object with type S, a subtype of T
__new__(T, S, ...)
 
__repr__(x)
repr(x)

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__

Inherited from object: __delattr__, __getattribute__, __init__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]
  argtypes
specify the argument types
  errcheck
a function to check for errors
  restype
specify the result type

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Method Details [hide private]

__new__(T, S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__

__repr__(x)
(Representation operator)

 

repr(x)

Overrides: object.__repr__