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

Class x

recipes/Python/496771_weakattr/recipe-496771.py:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39# example
40#
41>>> class x(object):
42... next = weakattr()
43... def __init__(self):
44... self.next = self

Callers 6

recipe-496771.pyFile · 0.70
callMethod · 0.50
_getsFunction · 0.50
dispatchMethod · 0.50
recipe-578505.pyFile · 0.50
callMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected