Home
last modified time | relevance | path

Searched refs:with_tp_del (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_finalization.py11 from _testcapi import with_tp_del
13 def with_tp_del(cls): function
453 @with_tp_del
457 @with_tp_del
466 @with_tp_del
Dtest_gc.py18 from _testcapi import with_tp_del
20 def with_tp_del(cls): function
58 @with_tp_del
172 @with_tp_del
198 @with_tp_del
/external/python/cpython3/Modules/
D_testcapimodule.c3614 with_tp_del(PyObject *self, PyObject *args) in with_tp_del() function
5452 {"with_tp_del", with_tp_del, METH_VARARGS},