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

/external/python/cpython2/Lib/ctypes/
H A D__init__.py501 _string_at = PYFUNCTYPE(py_object, c_void_p, c_int)(_string_at_addr) variable
506 return _string_at(ptr, size)
/external/python/cpython3/Lib/ctypes/
H A D__init__.py487 _string_at = PYFUNCTYPE(py_object, c_void_p, c_int)(_string_at_addr) variable
492 return _string_at(ptr, size)

Completed in 59 milliseconds