Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dmain.c2724 #define SET_ITEM_OBJ(ATTR) \ in _PyMainInterpreterConfig_AsDict() macro
2737 SET_ITEM_OBJ(argv); in _PyMainInterpreterConfig_AsDict()
2738 SET_ITEM_OBJ(executable); in _PyMainInterpreterConfig_AsDict()
2739 SET_ITEM_OBJ(prefix); in _PyMainInterpreterConfig_AsDict()
2740 SET_ITEM_OBJ(base_prefix); in _PyMainInterpreterConfig_AsDict()
2741 SET_ITEM_OBJ(exec_prefix); in _PyMainInterpreterConfig_AsDict()
2742 SET_ITEM_OBJ(base_exec_prefix); in _PyMainInterpreterConfig_AsDict()
2743 SET_ITEM_OBJ(warnoptions); in _PyMainInterpreterConfig_AsDict()
2744 SET_ITEM_OBJ(xoptions); in _PyMainInterpreterConfig_AsDict()
2745 SET_ITEM_OBJ(module_search_path); in _PyMainInterpreterConfig_AsDict()
[all …]