Searched defs:formatter (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | optparse.py | 1067 def format_option_help(self, formatter): argument 1076 def format_description(self, formatter): argument 1079 def format_help(self, formatter): argument 1110 def format_help(self, formatter): argument 1197 formatter=None, argument 1621 def format_option_help(self, formatter=None): argument 1638 def format_epilog(self, formatter): argument 1641 def format_help(self, formatter=None): argument
|
D | htmllib.py | 34 def __init__(self, formatter, verbose=0): argument
|
D | argparse.py | 197 def __init__(self, formatter, parent, heading=None): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | optparse.py | 1068 def format_option_help(self, formatter): argument 1077 def format_description(self, formatter): argument 1080 def format_help(self, formatter): argument 1111 def format_help(self, formatter): argument 1198 formatter=None, argument 1622 def format_option_help(self, formatter=None): argument 1639 def format_epilog(self, formatter): argument 1642 def format_help(self, formatter=None): argument
|
D | argparse.py | 199 def __init__(self, formatter, parent, heading=None): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
D | string_format.h | 568 PyObject *(*formatter)(PyObject *, STRINGLIB_CHAR *, Py_ssize_t) = NULL; in render_field() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
D | string_format.h | 565 PyObject *(*formatter)(PyObject *, STRINGLIB_CHAR *, Py_ssize_t) = NULL; in render_field() local
|