Home
last modified time | relevance | path

Searched refs:get_core_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
594 ('core_config', get_core_config),
/external/python/cpython3/Modules/
D_testcapimodule.c4562 get_core_config(PyObject *self, PyObject *Py_UNUSED(args)) in get_core_config() function
4806 {"get_core_config", get_core_config, METH_NOARGS},