Home
last modified time | relevance | path

Searched refs:import_time (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h39 int import_time; /* PYTHONPROFILEIMPORTTIME, -X importtime */ member
/external/python/cpython3/Python/
Dimport.c1619 int import_time = interp->core_config.import_time; in import_find_and_load() local
1630 if (import_time) { in import_find_and_load()
1654 if (import_time) { in import_find_and_load()
/external/python/cpython3/Programs/
D_testembed.c452 config.import_time = 1; in test_init_from_config()
/external/python/cpython3/Modules/
Dmain.c1990 config->import_time = 1; in config_read_complex_options()
2506 COPY_ATTR(import_time); in _PyCoreConfig_Copy()
2588 SET_ITEM_INT(import_time); in _PyCoreConfig_AsDict()