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

Type IReader

object --+    
         |    
 Interface --+
             |
            IReader


Method Summary
  parse(self, fd, db)
Parse a file into a database.
    Inherited from object
  __init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
dict _Protocol__adapters = {}
dict _Protocol__implies = {}
NoneType _Protocol__listeners = None                                                                  
lock _Protocol__lock = <thread.lock object at 0xa7d8b490>

Method Details

parse(self, fd, db)

Parse a file into a database.

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

Class Variable Details

_Protocol__adapters

Type:
dict
Value:
{}                                                                     

_Protocol__implies

Type:
dict
Value:
{}                                                                     

_Protocol__listeners

Type:
NoneType
Value:
None                                                                  

_Protocol__lock

Type:
lock
Value:
<thread.lock object at 0xa7d8b490>                                     

Generated by Epydoc 2.1 on Sun Sep 24 23:52:42 2006 http://epydoc.sf.net