MCPcopy Index your code
hub / github.com/python/cpython / test_register_file

Method test_register_file

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

Source from the content-addressed store, hash-verified

809 self.check_register(unregister=True)
810
811 def test_register_file(self):
812 with temporary_filename() as filename:
813 self.check_register(filename=filename)
814
815 @unittest.skipIf(sys.platform == "win32",
816 "subprocess doesn't support pass_fds on Windows")

Callers

nothing calls this directly

Calls 2

check_registerMethod · 0.95
temporary_filenameFunction · 0.85

Tested by

no test coverage detected