Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/bindings/python/
H A DcreatePythonInit.py8 importNames = ", ".join('"{}"'.format(getFileName(f)) for f in pkgFiles) variable
22 import_names=importNames, pkg_name=pkgRelDir.replace("/", ".")