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

Method check_compatible

Lib/test/test_import/__init__.py:2473–2479  ·  view source on GitHub ↗
(setting, override)

Source from the content-addressed store, hash-verified

2471 require_extension(module)
2472
2473 def check_compatible(setting, override):
2474 out = self.run_here(
2475 module,
2476 check_singlephase_setting=setting,
2477 check_singlephase_override=override,
2478 )
2479 self.assertEqual(out, b'okay')
2480
2481 def check_incompatible(setting, override):
2482 out = self.run_here(

Callers

nothing calls this directly

Calls 2

run_hereMethod · 0.95
assertEqualMethod · 0.45

Tested by

no test coverage detected