Home
last modified time | relevance | path

Searched refs:_FuncPtr (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/ctypes/
D__init__.py338 _FuncPtr = None variable in CDLL
368 class _FuncPtr(_CFuncPtr): class
371 self._FuncPtr = _FuncPtr
392 func = self._FuncPtr((name_or_ordinal, self))
/third_party/python/Lib/ctypes/test/
Dtest_cfuncs.py203 func = self._FuncPtr(("s_" + name, self))
/third_party/python/Doc/library/
Dctypes.rst95 <_FuncPtr object at 0x...>
97 <_FuncPtr object at 0x...>
128 <_FuncPtr object at 0x...>
135 <_FuncPtr object at 0x...>
1555 .. class:: _FuncPtr