MCPcopy Index your code
hub / github.com/python/cpython / __new__

Method __new__

Lib/test/test_gc.py:29–30  ·  view source on GitHub ↗
(cls, *args, **kwargs)

Source from the content-addressed store, hash-verified

27 def with_tp_del(cls):
28 class C(object):
29 def __new__(cls, *args, **kwargs):
30 raise unittest.SkipTest('requires _testcapi.with_tp_del')
31 return C
32 ContainerNoGC = None
33

Calls

no outgoing calls

Tested by

no test coverage detected