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

Public Member Functions

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

Data Fields

 option
 
 section
 

Detailed Description

Definition at line 119 of file ConfigParser.py.

Constructor & Destructor Documentation

def __init__ (   self,
  option,
  section 
)

Definition at line 120 of file ConfigParser.py.

121  def __init__(self, option, section):
122  Error.__init__(self, "No option `%s' in section: %s" %
123  (option, section))
124  self.option = option
125  self.section = section

Field Documentation

option

Definition at line 123 of file ConfigParser.py.

section

Definition at line 124 of file ConfigParser.py.


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