Searched refs:default_format (Results 1 – 9 of 9) sorted by relevance
63 default_format = {'posix': 'gztar', variable in bdist112 self.formats = [self.default_format[os.name]]
50 default_format = { 'posix': 'gztar', variable in bdist_dumb73 self.format = self.default_format[os.name]
97 default_format = {'posix': 'gztar', variable in sdist134 self.formats = [self.default_format[os.name]]
60 default_format = {'posix': 'gztar', variable in bdist109 self.formats = [self.default_format[os.name]]
47 default_format = { 'posix': 'gztar', variable in bdist_dumb68 self.format = self.default_format[os.name]
133 VideoFormat default_format(kDefaultCaptureFormat); in GetHighestFormat() local134 return default_format; in GetHighestFormat()
380 default_format = '%(message)s' variable in PercentStyle385 self._fmt = fmt or self.default_format394 default_format = '{message}' variable in StrFormatStyle403 default_format = '${message}' variable in StringTemplateStyle408 self._fmt = fmt or self.default_format
107 default = cmd.default_format[os.name]
1014 The ``default_format`` attribute has been removed from1017 any code relying on the presence of ``default_format`` may2193 * In :class:`distutils.command.sdist.sdist`, the ``default_format``