Home
last modified time | relevance | path

Searched refs:int_to_dict (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dgetpath.c688 int_to_dict(PyObject *dict, const char *key, int v) in int_to_dict() function
888 !int_to_dict(dict, "WITH_NEXT_FRAMEWORK", 1) || in _PyConfig_InitPathConfig()
890 !int_to_dict(dict, "WITH_NEXT_FRAMEWORK", 0) || in _PyConfig_InitPathConfig()
898 !int_to_dict(dict, "VERSION_MAJOR", PY_MAJOR_VERSION) || in _PyConfig_InitPathConfig()
899 !int_to_dict(dict, "VERSION_MINOR", PY_MINOR_VERSION) || in _PyConfig_InitPathConfig()

Completed in 2 milliseconds