Home
last modified time | relevance | path

Searched refs:get_global_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
593 ('global_config', get_global_config),
/external/python/cpython3/Modules/
D_testcapimodule.c4555 get_global_config(PyObject *self, PyObject *Py_UNUSED(args)) in get_global_config() function
4805 {"get_global_config", get_global_config, METH_NOARGS},