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

Method __new__

Lib/test/test_descr.py:637–638  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

635 # Testing code to find most derived baseclass
636 class A(type):
637 def __new__(*args, **kwargs):
638 return type.__new__(*args, **kwargs)
639
640 class B(object):
641 pass

Callers

nothing calls this directly

Calls 1

__new__Method · 0.45

Tested by

no test coverage detected