Lines Matching defs:or
49 not functions or classmethods are (deep)copied to self.__dict__.
74 knows nothing about executables or icons, it only copies files
81 # Name of the bundle, with or without extension.
308 if %(standalone)s or %(semi_standalone)s:
421 if ((self.standalone or self.semi_standalone)
426 raise BundleBuilderError, ("must specify either or both of "
460 if self.standalone or self.semi_standalone:
489 if self.standalone or self.semi_standalone:
504 if self.standalone or self.semi_standalone:
524 if self.standalone or self.semi_standalone:
536 if self.missingModules or self.maybeMissingModules:
682 if not self.use_zipimport or name != "site":
723 if self.standalone or self.semi_standalone:
759 """Copy a file or a directory."""
768 """Copy a file or a directory to an existing directory."""
782 """Copy a file or a directory."""
784 raise IOError, "No such file or directory: '%s'" % src
809 -r, --resource=FILE extra file or folder to be copied to Resources
810 -f, --file=SRC:DST extra file or folder to be copied into the bundle;
832 --lib=FILE shared library or framework to be copied into
877 usage("-f or --file argument must be two paths, "
928 usage("Must specify one command ('build', 'report' or 'help')")