Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_threadmodule.c836 local_traverse(localobject *self, visitproc visit, void *arg) in local_traverse() function
972 {Py_tp_traverse, (traverseproc)local_traverse},
/third_party/python/Doc/c-api/
Dtypeobj.rst1293 objects that the instance owns. For example, this is function :c:func:`local_traverse` from the
1297 local_traverse(localobject *self, visitproc visit, void *arg)
1326 :c:func:`local_traverse` to have these specific names; don't name them just