Home
last modified time | relevance | path

Searched defs:init_weakref (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
D_weakref.c131 init_weakref(void) in init_weakref() function
/external/python/cpython2/Objects/
Dweakrefobject.c23 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref() function
/external/python/cpython3/Objects/
Dweakrefobject.c24 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref() function