Searched refs:CFunctionType (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/ctypes/
H A D__init__.py101 class CFunctionType(_CFuncPtr): class in function:CFUNCTYPE
105 _c_functype_cache[(restype, argtypes, flags)] = CFunctionType
106 return CFunctionType
491 class CFunctionType(_CFuncPtr): class in function:PYFUNCTYPE
495 return CFunctionType
/external/python/cpython3/Lib/ctypes/
H A D__init__.py99 class CFunctionType(_CFuncPtr): class in function:CFUNCTYPE
103 _c_functype_cache[(restype, argtypes, flags)] = CFunctionType
104 return CFunctionType
477 class CFunctionType(_CFuncPtr): class in function:PYFUNCTYPE
481 return CFunctionType

Completed in 86 milliseconds