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 | 796 local_traverse(localobject *self, visitproc visit, void *arg) in local_traverse() function 931 /* tp_traverse */ (traverseproc)local_traverse,
|
/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
|
/external/python/cpython3/Doc/c-api/ |
D | typeobj.rst | 1195 objects that the instance owns. For example, this is function :c:func:`local_traverse` from the 1199 local_traverse(localobject *self, visitproc visit, void *arg) 1227 :c:func:`local_traverse` to have these specific names; don't name them just
|