Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
D_ctypes.c5049 Pointer_set_contents(CDataObject *self, PyObject *value, void *closure) in Pointer_set_contents() function
5095 (setter)Pointer_set_contents,
5109 return Pointer_set_contents(self, value, NULL); in Pointer_init()