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

Method test_init_env_dev_mode

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

Source from the content-addressed store, hash-verified

1174 api=API_PYTHON)
1175
1176 def test_init_env_dev_mode(self):
1177 preconfig = dict(allocator=PYMEM_ALLOCATOR_DEBUG)
1178 config = dict(dev_mode=1,
1179 faulthandler=1,
1180 warnoptions=['default'])
1181 self.check_all_configs("test_init_env_dev_mode", config, preconfig,
1182 api=API_COMPAT)
1183
1184 def test_init_env_dev_mode_alloc(self):
1185 preconfig = dict(allocator=ALLOCATOR_FOR_CONFIG)

Callers

nothing calls this directly

Calls 1

check_all_configsMethod · 0.95

Tested by

no test coverage detected