Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dthreadmodule.c387 local_traverse(localobject *self, visitproc visit, void *arg) in local_traverse() function
517 /* tp_traverse */ (traverseproc)local_traverse,
/external/python/cpython3/Modules/
D_threadmodule.c757 local_traverse(localobject *self, visitproc visit, void *arg) in local_traverse() function
889 /* tp_traverse */ (traverseproc)local_traverse,
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst499 objects. For example, this is function :c:func:`local_traverse` from the
503 local_traverse(localobject *self, visitproc visit, void *arg)
520 :c:func:`local_traverse` to have these specific names; don't name them just
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst593 objects. For example, this is function :c:func:`local_traverse` from the
597 local_traverse(localobject *self, visitproc visit, void *arg)
614 :c:func:`local_traverse` to have these specific names; don't name them just