Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_finalization.py11 from _testcapi import with_tp_del namespace
13 def with_tp_del(cls): function
16 raise TypeError('requires _testcapi.with_tp_del')
427 # with_tp_del() for each instantiated class.
453 @with_tp_del
457 @with_tp_del
466 @with_tp_del
H A Dtest_gc.py19 from _testcapi import with_tp_del namespace
21 def with_tp_del(cls): function
24 raise TypeError('requires _testcapi.with_tp_del')
59 @with_tp_del
173 @with_tp_del
199 @with_tp_del
738 @_testcapi.with_tp_del
/third_party/python/Modules/
H A D_testcapimodule.c3937 with_tp_del(PyObject *self, PyObject *args) in with_tp_del() function
3942 if (!PyArg_ParseTuple(args, "O:with_tp_del", &obj)) in with_tp_del()
6591 {"with_tp_del", with_tp_del, METH_VARARGS},

Completed in 18 milliseconds