MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_register_chain

Method test_register_chain

Lib/test/test_faulthandler.py:826–827  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

824
825 @support.skip_if_sanitizer("gh-129825: hangs under TSAN", thread=True)
826 def test_register_chain(self):
827 self.check_register(chain=True)
828
829 @contextmanager
830 def check_stderr_none(self):

Callers

nothing calls this directly

Calls 1

check_registerMethod · 0.95

Tested by

no test coverage detected