Home
last modified time | relevance | path

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

/dports/devel/py-pyinstaller/PyInstaller-3.5/PyInstaller/utils/
H A Dmisc.py101 def compile_py_files(toc, workpath): function
/dports/devel/py-pyinstaller/PyInstaller-3.5/PyInstaller/building/
H A Dbuild_main.py31 from ..utils.misc import absnormpath, compile_py_files
597 for name, path, typecode in compile_py_files(new_toc, CONF['workpath']):
H A Dapi.py97 self.dependencies = misc.compile_py_files(self.dependencies, CONF['workpath'])