Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ staticmeth
Method
staticmeth
Lib/test/_crossinterp_definitions.py:31–32 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
29
30
@staticmethod
31
def
staticmeth(cls):
32
return
True
33
34
@classmethod
35
def
classmeth(cls):
Callers
1
test_staticmethods_in_c
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_staticmethods_in_c
Method · 0.64