Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dclassobject.h78 PyAPI_FUNC(int) PyMethod_ClearFreeList(void);
/external/python/cpython2/Doc/c-api/
Dmethod.rst68 .. c:function:: int PyMethod_ClearFreeList()
/external/python/cpython2/Modules/
Dgcmodule.c840 (void)PyMethod_ClearFreeList(); in clear_freelists()
/external/python/cpython2/Objects/
Dclassobject.c2678 PyMethod_ClearFreeList(void) in PyMethod_ClearFreeList() function
2695 (void)PyMethod_ClearFreeList(); in PyMethod_Fini()