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

/external/python/cpython2/Lib/ctypes/
H A D__init__.py509 from _ctypes import _wstring_at_addr namespace
513 _wstring_at = PYFUNCTYPE(py_object, c_void_p, c_int)(_wstring_at_addr)
/external/python/cpython3/Lib/ctypes/
H A D__init__.py495 from _ctypes import _wstring_at_addr namespace
499 _wstring_at = PYFUNCTYPE(py_object, c_void_p, c_int)(_wstring_at_addr)

Completed in 108 milliseconds