Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
NoSectionError Class Reference
Inheritance diagram for NoSectionError:
Error

Public Member Functions

def __init__
 
- Public Member Functions inherited from Error
def __init__
 
def __repr__
 

Data Fields

 section
 

Detailed Description

Definition at line 109 of file ConfigParser.py.

Constructor & Destructor Documentation

def __init__ (   self,
  section 
)

Definition at line 110 of file ConfigParser.py.

111  def __init__(self, section):
112  Error.__init__(self, 'No section: %s' % section)
113  self.section = section

Field Documentation

section

Definition at line 112 of file ConfigParser.py.


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