Private Member Functions | |
def | _split_lines |
def | _split_lines |
Help message formatter which retains formatting of all help text. Only the name of this class is considered a public API. All the methods provided by the class are considered an implementation detail.
Definition at line 637 of file argparse.py.
def argparse::RawTextHelpFormatter::_split_lines | ( | self, | |
text, | |||
width | |||
) | [private] |
Reimplemented from argparse::HelpFormatter.
Definition at line 644 of file argparse.py.
def argparse::RawTextHelpFormatter::_split_lines | ( | self, | |
text, | |||
width | |||
) | [private] |
Reimplemented from argparse::HelpFormatter.
Definition at line 662 of file argparse.py.
00662 : 00663 return text.splitlines() 00664 00665