MPAS-JEDI
ProcessArgs.ProcessArgs Class Reference
Inheritance diagram for ProcessArgs.ProcessArgs:

Public Member Functions

def __init__ (self)
 
def processArgs (self)
 
def __init__ (self)
 
def processArgs (self)
 

Static Public Member Functions

def add_arguments (parser)
 
def parse_args (args)
 
def add_arguments (parser)
 
def parse_args (args)
 

Public Attributes

 argProcessors
 
 parser
 
 args
 

Detailed Description

Definition at line 5 of file ProcessArgs.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

◆ __init__() [2/2]

Member Function Documentation

◆ add_arguments() [1/2]

◆ add_arguments() [2/2]

◆ parse_args() [1/2]

def ProcessArgs.ProcessArgs.parse_args (   args)
static

Definition at line 24 of file ProcessArgs.py.

Here is the caller graph for this function:

◆ parse_args() [2/2]

def ProcessArgs.ProcessArgs.parse_args (   args)
static

Definition at line 24 of file ProcessArgs.py.

Here is the call graph for this function:

◆ processArgs() [1/2]

def ProcessArgs.ProcessArgs.processArgs (   self)

Definition at line 10 of file ProcessArgs.py.

Here is the caller graph for this function:

◆ processArgs() [2/2]

def ProcessArgs.ProcessArgs.processArgs (   self)

Definition at line 10 of file ProcessArgs.py.

Here is the call graph for this function:

Member Data Documentation

◆ argProcessors

ProcessArgs.ProcessArgs.argProcessors

Definition at line 7 of file ProcessArgs.py.

◆ args

ProcessArgs.ProcessArgs.args

Definition at line 14 of file ProcessArgs.py.

◆ parser

ProcessArgs.ProcessArgs.parser

Definition at line 8 of file ProcessArgs.py.


The documentation for this class was generated from the following file: