MCPcopy 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

_ipconfigFunction · 0.50
_runFunction · 0.50
_ioctl_Function · 0.50
testFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected