Home
last modified time | relevance | path

Searched refs:PYFUNCTYPE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/ctypes/
D__init__.py490 def PYFUNCTYPE(restype, *argtypes): function
497 _cast = PYFUNCTYPE(py_object, c_void_p, py_object, py_object)(_cast_addr)
501 _string_at = PYFUNCTYPE(py_object, c_void_p, c_int)(_string_at_addr)
513 _wstring_at = PYFUNCTYPE(py_object, c_void_p, c_int)(_wstring_at_addr)
/external/python/cpython2/Doc/library/
Dctypes.rst1652 .. function:: PYFUNCTYPE(restype, *argtypes)