Package rdflib :: Package store :: Module REGEXMatching
[show private | hide private]
[frames | no frames]

Module rdflib.store.REGEXMatching

This wrapper intercepts calls through the store interface which make use of The REGEXTerm class to represent matches by REGEX instead of literal comparison Implemented for stores that don't support this and essentially provides the support by replacing the REGEXTerms by wildcards (None) and matching against the results from the store it's wrapping
Classes
REGEXMatching  
REGEXTerm  

Function Summary
  regexCompareQuad(quad, regexQuad)

Variable Summary
int NATIVE_REGEX = 0                                                                     
int PYTHON_REGEX = 1                                                                     

Variable Details

NATIVE_REGEX

Type:
int
Value:
0                                                                     

PYTHON_REGEX

Type:
int
Value:
1                                                                     

Generated by Epydoc 2.1 on Mon Oct 23 14:11:22 2006 http://epydoc.sf.net