Home
last modified time | relevance | path

Searched refs:PySet_Clear (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Modules/
D_abc.c226 if (impl->_abc_registry != NULL && PySet_Clear(impl->_abc_registry) < 0) { in _abc__reset_registry()
253 if (impl->_abc_cache != NULL && PySet_Clear(impl->_abc_cache) < 0) { in _abc__reset_caches()
259 PySet_Clear(impl->_abc_negative_cache) < 0) { in _abc__reset_caches()
705 PySet_Clear(impl->_abc_negative_cache) < 0) in _abc__abc_subclasscheck_impl()
/third_party/python/Include/
Dsetobject.h84 PyAPI_FUNC(int) PySet_Clear(PyObject *set);
/third_party/python/Doc/c-api/
Dset.rst164 .. c:function:: int PySet_Clear(PyObject *set)
/third_party/python/Objects/
Dsetobject.c2261 PySet_Clear(PyObject *set) in PySet_Clear() function
2407 assert(PySet_Clear(dup2) == 0); in test_c_api()
2413 assertRaises(PySet_Clear(f) == -1, PyExc_SystemError); in test_c_api()
/third_party/python/PC/
Dpython3dll.c512 EXPORT_FUNC(PySet_Clear)
/third_party/python/Doc/data/
Dstable_abi.dat550 function,PySet_Clear,3.2,
Drefcounts.dat2021 PySet_Clear:int:::
2022 PySet_Clear:PyObject*:set:0:
/third_party/python/Misc/
Dstable_abi.txt1181 function PySet_Clear