Package Pyblio :: Package Parsers :: Module Protocol :: Class IReader
[hide private]
[frames] | no frames]

Class IReader

source code

protocols.Interface --+
                      |
                     IReader

Instance Methods [hide private]
 
parse(self, fd, db)
Parse a file into a database.
source code
Method Details [hide private]

parse(self, fd, db)

source code 

Parse a file into a database.

Parse the file specified by fd, and fill in db with the corresponding records.