Trees | Index | Help |
---|
|
1 2 3 # Give qf a string, get back a query object 4 # Why? ... Removes dependency on PyZ3950.CQLParser in all scripts 5 # Allows for non CQL queries, with sufficient translation 6 # Allows for query generation during workflows from string 7 8 9 from PyZ3950.CQLParser import parse 10 from baseObjects import QueryFactory 11 19
Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Wed Aug 9 18:11:03 2006 | http://epydoc.sf.net |