Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:pyc

233     PYC_EXT = ".pyc"
569 # Create a zip file containing all modules as pyc.
576 path, pyc = getPycData(name, code, ispkg)
577 zf.writestr(path, pyc)
579 # add site.pyc
584 # Create individual .pyc files.
684 # include a real .pyc file if self.use_zipimport is True.