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

Function config_dev_mode

Lib/test/test_embed.py:569–574  ·  view source on GitHub ↗
(preconfig, config)

Source from the content-addressed store, hash-verified

567
568
569def config_dev_mode(preconfig, config):
570 preconfig['allocator'] = PYMEM_ALLOCATOR_DEBUG
571 preconfig['dev_mode'] = 1
572 config['dev_mode'] = 1
573 config['warnoptions'] = ['default']
574 config['faulthandler'] = 1
575
576
577@unittest.skipIf(_testinternalcapi is None, "requires _testinternalcapi")

Callers 4

test_init_dev_modeMethod · 0.85
test_init_warnoptionsMethod · 0.85
test_initconfig_apiMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…