Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/python/
H A DcreatePythonInit.py23 pkgIniFile = os.path.normpath(os.path.join(pkgRelDir, "__init__.py")) variable
24 with open(pkgIniFile, "w") as f: