Home
last modified time | relevance | path

Searched refs:module_traverse (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/
H A Dmoduleobject.c814 module_traverse(PyModuleObject *m, visitproc visit, void *arg) in module_traverse() function
976 (traverseproc)module_traverse, /* tp_traverse */
/third_party/python/Modules/_sqlite/
H A Dmodule.c565 module_traverse(PyObject *module, visitproc visit, void *arg) in module_traverse() function
786 .m_traverse = module_traverse,

Completed in 3 milliseconds