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

Method test_init_compat_config

Lib/test/test_embed.py:1009–1010  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1007 self.check_all_configs("test_preinit_compat_config", api=API_COMPAT)
1008
1009 def test_init_compat_config(self):
1010 self.check_all_configs("test_init_compat_config", api=API_COMPAT)
1011
1012 def test_init_global_config(self):
1013 preconfig = {

Callers

nothing calls this directly

Calls 1

check_all_configsMethod · 0.95

Tested by

no test coverage detected