Home
last modified time | relevance | path

Searched refs:PyType_ClearCache (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dtype.rst38 .. c:function:: unsigned int PyType_ClearCache()
/external/python/cpython3/Doc/c-api/
Dtype.rst34 .. c:function:: unsigned int PyType_ClearCache()
/external/python/cpython3/PC/
Dpython3.def592 PyType_ClearCache=python37.PyType_ClearCache
/external/python/cpython2/Include/
Dobject.h455 PyAPI_FUNC(unsigned int) PyType_ClearCache(void);
/external/python/cpython3/Include/
Dobject.h510 PyAPI_FUNC(unsigned int) PyType_ClearCache(void);
/external/python/cpython2/Python/
Dsysmodule.c910 PyType_ClearCache(); in sys_clear_type_cache()
Dpythonrun.c441 PyType_ClearCache(); in Py_Finalize()
/external/python/cpython3/Python/
Dsysmodule.c1483 PyType_ClearCache(); in sys_clear_type_cache()
/external/python/cpython3/Objects/
Dtypeobject.c197 PyType_ClearCache(void) in PyType_ClearCache() function
228 PyType_ClearCache(); in _PyType_Fini()
/external/python/cpython2/Objects/
Dtypeobject.c46 PyType_ClearCache(void) in PyType_ClearCache() function
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst206 Added ``PyType_ClearCache()`` and ``sys._clear_type_cache`` to clear the