PyNeb  1.1.2
PyNeb Reference Manua
FortranFormat Class Reference

Public Member Functions

def __init__
 
def __len__ (self)
 
def __getitem__ (self, i)
 

Public Attributes

 fields
 
 rest
 

Detailed Description

Parsed Fortran-style format string

FortranFormat objects can be used as arguments when constructing
FortranLine objects instead of the plain format string. If a
format string is used more than once, embedding it into a FortranFormat
object has the advantage that the format string is parsed only once.

Constructor & Destructor Documentation

def __init__ (   self,
  format_,
  nested = False 
)
@param format_: a Fortran format specification
@type format_: C{str}
@param nested: I{for internal use}

Member Function Documentation

def __getitem__ (   self,
  i 
)
def __len__ (   self)

Member Data Documentation

fields
rest