Home
last modified time | relevance | path

Searched defs:sys_path0 (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
Dmain.c231 PyObject *sys_path0 = NULL, *importer; in AsImportPathEntry() local
259 RunMainFromImporter(PyObject *sys_path0) in RunMainFromImporter()