Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ chain
Method
chain
Lib/test/test_finalization.py:318–321 ·
view source on GitHub ↗
(self, left)
Source
from the content-addressed store, hash-verified
316
class
ChainedBase:
317
318
def
chain(self, left):
319
self.suicided = False
320
self.left = left
321
left.right = self
322
323
def
check_sanity(self):
324
super().check_sanity()
Callers
15
get_diff_lines
Function · 0.80
filter_warnings_by_diff
Function · 0.80
process_touched_warnings
Function · 0.80
_signature_fromstr
Function · 0.80
_bind
Method · 0.80
_flatten
Method · 0.80
_create_slots
Function · 0.80
iglob
Function · 0.80
compat
Method · 0.80
tokenize
Function · 0.80
__iter__
Method · 0.80
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected