MCPcopy 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
7class Foo:
8 def bar(klass):
9 print 'In', klass, 'bar()'
10 bar = classmethod(bar)
11
12Foo().bar()

Callers 2

recipe-389170.pyFile · 0.45
recipe-113645.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected