Searched refs:subtype_getweakref (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/ |
D | typeobject.c | 2207 subtype_getweakref(PyObject *obj, void *context) in subtype_getweakref() function 2235 {"__weakref__", subtype_getweakref, NULL, 2247 {"__weakref__", subtype_getweakref, NULL,
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 1948 subtype_getweakref(PyObject *obj, void *context) in subtype_getweakref() function 1976 {"__weakref__", subtype_getweakref, NULL, 1988 {"__weakref__", subtype_getweakref, NULL,
|