Public Member Functions | Public Attributes | List of all members
SortModuleTimes.FormatError Class Reference
Inheritance diagram for SortModuleTimes.FormatError:

Public Member Functions

def __init__ (self, msg, kargs)
 

Public Attributes

 data
 

Detailed Description

Definition at line 409 of file SortModuleTimes.py.

Constructor & Destructor Documentation

def SortModuleTimes.FormatError.__init__ (   self,
  msg,
  kargs 
)

Definition at line 410 of file SortModuleTimes.py.

410  def __init__(self, msg, **kargs):
411  RuntimeError.__init__(self, msg)
412  self.data = kargs
def __init__(self, msg, kargs)

Member Data Documentation

SortModuleTimes.FormatError.data

Definition at line 412 of file SortModuleTimes.py.


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