Searched refs:local_traverse (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/ |
D | threadmodule.c | 387 local_traverse(localobject *self, visitproc visit, void *arg) in local_traverse() function 517 /* tp_traverse */ (traverseproc)local_traverse,
|
/external/python/cpython3/Modules/ |
D | _threadmodule.c | 757 local_traverse(localobject *self, visitproc visit, void *arg) in local_traverse() function 889 /* tp_traverse */ (traverseproc)local_traverse,
|
/external/python/cpython3/Doc/c-api/ |
D | typeobj.rst | 499 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/ |
D | typeobj.rst | 593 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
|