Package Pyblio :: Package Parsers :: Package Syntax :: Package BibTeX :: Module Parser :: Class EndOfFile
[hide private]
[frames] | no frames]

Class EndOfFile

source code

exceptions.Exception --+    
                       |    
  Exceptions.ParserError --+
                           |
                          EndOfFile

Instance Methods [hide private]
 
__init__(self) source code

Inherited from exceptions.Exception: __getitem__, __str__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: Exceptions.ParserError.__init__