Searched refs:python_imports (Results 1 – 2 of 2) sorted by relevance
157 def create_python_path_entries(python_imports, module_space): argument158 parts = python_imports.split(":")
137 def CreatePythonPathEntries(python_imports, module_space):138 parts = python_imports.split(':')474 python_imports = '%imports%'475 python_path_entries = CreatePythonPathEntries(python_imports, module_space)