Cat
Public Member Functions | Public Attributes | List of all members
arguments.Usage Class Reference
Inheritance diagram for arguments.Usage:

Public Member Functions

def __init__ (self, msg)
 

Public Attributes

 msg
 

Detailed Description

Definition at line 92 of file arguments.py.

Constructor & Destructor Documentation

◆ __init__()

def arguments.Usage.__init__ (   self,
  msg 
)

Definition at line 93 of file arguments.py.

93  def __init__(self, msg):
94  self.msg = msg
95 
96 
def __init__(self, dict)
Definition: wrapper.py:56

Member Data Documentation

◆ msg

arguments.Usage.msg

Definition at line 94 of file arguments.py.


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