Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dinitconfig.c902 #define SET_ITEM_WSTR(ATTR) \ in config_as_dict() macro
921 SET_ITEM_WSTR(filesystem_encoding); in config_as_dict()
922 SET_ITEM_WSTR(filesystem_errors); in config_as_dict()
923 SET_ITEM_WSTR(pycache_prefix); in config_as_dict()
924 SET_ITEM_WSTR(program_name); in config_as_dict()
929 SET_ITEM_WSTR(pythonpath_env); in config_as_dict()
930 SET_ITEM_WSTR(home); in config_as_dict()
932 SET_ITEM_WSTR(executable); in config_as_dict()
933 SET_ITEM_WSTR(base_executable); in config_as_dict()
934 SET_ITEM_WSTR(prefix); in config_as_dict()
[all …]