Home
last modified time | relevance | path

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

/third_party/python/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.py19 from _testcapi import with_tp_del
21 def with_tp_del(cls): function
59 @with_tp_del
173 @with_tp_del
199 @with_tp_del
/third_party/python/Modules/
D_testcapimodule.c3762 with_tp_del(PyObject *self, PyObject *args) in with_tp_del() function
5789 {"with_tp_del", with_tp_del, METH_VARARGS},