Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dsysmodule.c2767 #define COPY_SYS_ATTR(tokey, fromkey) \ in _PySys_InitCore() argument
2768 SET_SYS(tokey, PyMapping_GetItemString(sysdict, fromkey)) in _PySys_InitCore()