Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
property
Class · 0.85
SubStr
Class · 0.70
Descr
Class · 0.70
Tested by
no test coverage detected