Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ classmeth
Method
classmeth
Lib/test/_crossinterp_definitions.py:35–36 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
33
34
@classmethod
35
def
classmeth(cls):
36
return
True
37
38
def
__new__(cls, *args, **kwargs):
39
return
super().__new__(cls)
Callers
1
test_classmethods_in_c
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_classmethods_in_c
Method · 0.64