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

Method test_preinit_compat_config

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

Source from the content-addressed store, hash-verified

1004 self.check_all_configs("test_init_initialize_config", api=API_COMPAT)
1005
1006 def test_preinit_compat_config(self):
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)

Callers

nothing calls this directly

Calls 1

check_all_configsMethod · 0.95

Tested by

no test coverage detected