MCPcopy Create free account
hub / github.com/ActiveState/code / func

Method func

recipes/Python/578298_Bound_Method_Weakref/recipe-578298.py:34–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 pass
33
34 def func(self):
35 pass
36
37 some = Some()
38 some_func = some.func

Callers 9

callbackMethod · 0.45
__call__Method · 0.45
_loopMethod · 0.45
__call__Method · 0.45
__rmul__Method · 0.45
writeMethod · 0.45
__call__Method · 0.45
runMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected