class documentation

class ParserOpts:

View In Hierarchy

Parser options.

Class Variable MAIN Main ArgumentParser class.
Class Variable SUBPARSERS List of subparsers.
Class Variable SUBCMDS Collection of this instances of this class.
Method __init__ initialize ParserOpts.
Instance Variable pcls Parent class (from which I was called).
Instance Variable name command name.
Instance Variable parser Current parser.
Method args_setup Setup args.
Method add_filter Add filter argument.
Method add_exclude Add exclude argument.
Method add_details Add detail argument.
Method add_json Add json argument.
Method get_help Get help doc.
Method _get_subparser Get self subparser.
MAIN =

Main ArgumentParser class.

(type: (Any | argparse.ArgumentParser))
SUBPARSERS =

List of subparsers.

(type: (Any | argparse.ArgumentParser))
SUBCMDS =

Collection of this instances of this class.

(type: List[ParserOpts])
def __init__(self, name, pcls):

initialize ParserOpts.

ParametersnameUndocumented (type: str)
pclsUndocumented (type: type)
pcls =

Parent class (from which I was called).

(type: Any)
name =

command name.

parser =

Current parser.

def args_setup(self):

Setup args.

def add_filter(self):

Add filter argument.

def add_exclude(self):

Add exclude argument.

def add_details(self):

Add detail argument.

def add_json(self):

Add json argument.

def get_help(self):

Get help doc.

def _get_subparser(self):

Get self subparser.

ReturnsUndocumented (type: argparse.ArgumentParser)
API Documentation for unicodes_api, generated by pydoctor 21.2.2 at 1996-06-17 15:00:00.