Home
last modified time | relevance | path

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

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