CMS 3D CMS Logo

Private Member Functions

argparse::RawTextHelpFormatter Class Reference

Inheritance diagram for argparse::RawTextHelpFormatter:
argparse::RawDescriptionHelpFormatter argparse::RawDescriptionHelpFormatter argparse::HelpFormatter argparse::HelpFormatter argparse::HelpFormatter argparse::HelpFormatter

List of all members.

Private Member Functions

def _split_lines
def _split_lines

Detailed Description

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 638 of file argparse.py.


Member Function Documentation

def argparse::RawTextHelpFormatter::_split_lines (   self,
  text,
  width 
) [private]

Reimplemented from argparse::HelpFormatter.

Definition at line 645 of file argparse.py.

00646                                        :
00647         return text.splitlines()
00648 

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