Home
last modified time | relevance | path

Searched refs:get_main_config (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dpythoninfo.py588 from _testcapi import get_global_config, get_core_config, get_main_config
595 ('main_config', get_main_config),
/external/python/cpython3/Modules/
D_testcapimodule.c4571 get_main_config(PyObject *self, PyObject *Py_UNUSED(args)) in get_main_config() function
4807 {"get_main_config", get_main_config, METH_NOARGS},