Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ NoWeak
Class
NoWeak
Lib/test/test_descr.py:2404–2405 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2402
self.assertEqual(r(), None)
2403
del r
2404
class
NoWeak(object):
2405
__slots__ = [
'foo'
]
2406
no = NoWeak()
2407
try
:
2408
weakref.ref(no)
Callers
1
test_weakrefs
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_weakrefs
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…