Home
last modified time | relevance | path

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

/third_party/python/Lib/ctypes/
D__init__.py501 def PYFUNCTYPE(restype, *argtypes): function
508 _cast = PYFUNCTYPE(py_object, c_void_p, py_object, py_object)(_cast_addr)
512 _string_at = PYFUNCTYPE(py_object, c_void_p, c_int)(_string_at_addr)
524 _wstring_at = PYFUNCTYPE(py_object, c_void_p, c_int)(_wstring_at_addr)
/third_party/python/Doc/library/
Dctypes.rst1674 .. function:: PYFUNCTYPE(restype, *argtypes)