Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ Class
Class
Class
recipes/Python/52301_Static_or_Class_Methods/recipe-52301.py:1–1 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
>>>
class
Class:
2
...
class
StaticFudge:
3
...
def
__call__(self): print
"I do not require an instance."
4
... classmethod = StaticFudge()
Callers
4
_ipconfig
Function · 0.50
_run
Function · 0.50
_ioctl_
Function · 0.50
test
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected