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

Class X

Lib/test/test_descr.py:717–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715 def func(*args, **kwargs):
716 return marker
717 class X(metaclass=func):
718 pass
719 class Y(object, metaclass=func):
720 pass
721 class Z(D, metaclass=func):

Callers

nothing calls this directly

Calls 3

propertyClass · 0.85
SubStrClass · 0.70
DescrClass · 0.70

Tested by

no test coverage detected