Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ bar
Method
bar
recipes/Python/113645_Classmethod/recipe-113645.py:8–9 ·
view source on GitHub ↗
(klass)
Source
from the content-addressed store, hash-verified
6
7
class
Foo:
8
def
bar(klass):
9
print
'In'
, klass,
'bar()'
10
bar = classmethod(bar)
11
12
Foo().bar()
Callers
2
recipe-389170.py
File · 0.45
recipe-113645.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected