Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.py
File · 0.70
call
Method · 0.50
_gets
Function · 0.50
dispatch
Method · 0.50
recipe-578505.py
File · 0.50
call
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected