Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobject.h261 PyAPI_FUNC(unsigned int) PyType_ClearCache(void);
/third_party/python/Doc/c-api/
Dtype.rst36 .. c:function:: unsigned int PyType_ClearCache()
/third_party/python/PC/
Dpython3dll.c590 EXPORT_FUNC(PyType_ClearCache)
/third_party/python/Doc/data/
Dstable_abi.dat637 function,PyType_ClearCache,3.2,
/third_party/python/Misc/
Dstable_abi.txt1280 function PyType_ClearCache
/third_party/python/Python/
Dsysmodule.c1929 PyType_ClearCache(); in sys__clear_type_cache_impl()
/third_party/python/Objects/
Dtypeobject.c298 PyType_ClearCache(void) in PyType_ClearCache() function