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
434 @with_tp_del
438 @with_tp_del
447 @with_tp_del
Dtest_gc.py14 from _testcapi import with_tp_del
16 def with_tp_del(cls): function
49 @with_tp_del
156 @with_tp_del
182 @with_tp_del
/external/python/cpython3/Modules/
D_testcapimodule.c3237 with_tp_del(PyObject *self, PyObject *args) in with_tp_del() function
4713 {"with_tp_del", with_tp_del, METH_VARARGS},