Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c2207 subtype_getweakref(PyObject *obj, void *context) in subtype_getweakref() function
2235 {"__weakref__", subtype_getweakref, NULL,
2247 {"__weakref__", subtype_getweakref, NULL,
/external/python/cpython2/Objects/
Dtypeobject.c1948 subtype_getweakref(PyObject *obj, void *context) in subtype_getweakref() function
1976 {"__weakref__", subtype_getweakref, NULL,
1988 {"__weakref__", subtype_getweakref, NULL,