Searched refs:_format (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dpprint.py114 self._format(object, self._stream, 0, 0, {}, 0)
119 self._format(object, sio, 0, 0, {}, 0)
129 def _format(self, object, stream, indent, allowance, context, level): member in class:PrettyPrinter
160 self._format(ent, stream, indent + _len(rep) + 2,
169 self._format(ent, stream, indent + _len(rep) + 2,
209 self._format(object[0], stream, indent, allowance + 1,
217 self._format(ent, stream, indent,
H A Dast.py92 def _format(node): function in function:dump
94 fields = [(a, _format(b)) for a, b in iter_fields(node)]
102 rv += ', '.join('%s=%s' % (a, _format(getattr(node, a)))
106 return '[%s]' % ', '.join(_format(x) for x in node)
110 return _format(node)
H A Dlocale.py190 return _format(percent, value, grouping, monetary, *additional)
192 def _format(percent, value, grouping=False, monetary=False, *additional): function
240 new_val.append(_format(perc.group(),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dast.py92 def _format(node): function in function:dump
94 fields = [(a, _format(b)) for a, b in iter_fields(node)]
102 rv += ', '.join('%s=%s' % (a, _format(getattr(node, a)))
106 return '[%s]' % ', '.join(_format(x) for x in node)
110 return _format(node)
H A Dlocale.py196 return _format(percent, value, grouping, monetary, *additional)
198 def _format(percent, value, grouping=False, monetary=False, *additional): function
246 new_val.append(_format(perc.group(),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
H A Dsupport.py42 def _format(msg, args): function in function:LoggingSilencer.get_logs
46 return [_format(msg, args) for level, msg, args

Completed in 89 milliseconds