MCPcopy 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

316class 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_linesFunction · 0.80
filter_warnings_by_diffFunction · 0.80
process_touched_warningsFunction · 0.80
_signature_fromstrFunction · 0.80
_bindMethod · 0.80
_flattenMethod · 0.80
_create_slotsFunction · 0.80
iglobFunction · 0.80
compatMethod · 0.80
tokenizeFunction · 0.80
__iter__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected