Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_weakref.c129 weakref_functions[] = { variable
145 weakref_functions,
/external/python/cpython2/Modules/
D_weakref.c117 weakref_functions[] = { variable
135 m = Py_InitModule3("_weakref", weakref_functions, in init_weakref()