MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-113645.py

File recipe-113645.py

recipes/Python/113645_Classmethod/recipe-113645.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# junk.py
2
3def classmethod(method):
4 '''Impulate py2.2 classmethod function. -> class method'''

Callers

nothing calls this directly

Calls 2

FooClass · 0.70
barMethod · 0.45

Tested by

no test coverage detected