Home
last modified time | relevance | path

Searched defs:string_at (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/ctypes/
D__init__.py502 def string_at(ptr, size=-1): function
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c5478 string_at(const char *ptr, int size) in string_at() function