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

Class MyType

Lib/test/test_super.py:458–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456
457 def test_unusual_getattro(self):
458 class MyType(type):
459 pass
460
461 def test(name):
462 mytype = MyType(name, (MyType,), {})

Callers 1

testMethod · 0.70

Calls

no outgoing calls

Tested by 1

testMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…