Home
last modified time | relevance | path

Searched defs:CFUNCTYPE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/ctypes/
D__init__.py73 def CFUNCTYPE(restype, *argtypes, **kw): function
/external/python/cpython2/Lib/ctypes/
D__init__.py75 def CFUNCTYPE(restype, *argtypes, **kw): function