PyZ3950/pqf
index
/home/asl2/src/PyZ2/PyZ3950/PyZ3950/pqf.py

 
Modules
            
PyZ3950.asn1
PyZ3950.oids
PyZ3950.z3950
 
Classes
            
PQFParser
 
class PQFParser
       
   Methods defined here:
__init__(self, l)
attr_spec(self)
boolean(self)
complex(self)
defaultClause(self, t)
fetch_token(self)
 Read ahead one token
is_boolean(self)
query(self)
query_struct(self)
# This totally ignores the BNF, but does the 'right' thing
result_set(self)
term(self)
top_set(self)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'PyZ3950/pqf'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
currentToken = None
lexer = None
nextToken = None
 
Functions
            
StringIO(...)
StringIO([s]) -- Return a StringIO-like stream for reading or writing
 
Data
             __file__ = './PyZ3950/pqf.pyc'
__name__ = 'PyZ3950/pqf'