Package pyx12 :: Module error_handler :: Class err_iter
[hide private]

Class err_iter

source code

object --+
         |
        err_iter

Instance Methods [hide private]
 
__init__(self, errh)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
first(self) source code
 
next(self) source code
 
next_old(self) source code
 
get_cur_node(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, errh)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
Overrides: object.__init__