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

Method test_init_env_dev_mode_alloc

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

Source from the content-addressed store, hash-verified

1182 api=API_COMPAT)
1183
1184 def test_init_env_dev_mode_alloc(self):
1185 preconfig = dict(allocator=ALLOCATOR_FOR_CONFIG)
1186 config = dict(dev_mode=1,
1187 faulthandler=1,
1188 warnoptions=['default'])
1189 self.check_all_configs("test_init_env_dev_mode_alloc", config, preconfig,
1190 api=API_COMPAT)
1191
1192 def test_init_dev_mode(self):
1193 preconfig = {}

Callers

nothing calls this directly

Calls 1

check_all_configsMethod · 0.95

Tested by

no test coverage detected