Package elisa :: Package core :: Module pattern_matcher

Module pattern_matcher

source code

Classes
  ResolverError
  PatternNotFound
  InvalidPattern
  MatchNotFound
  Pattern
A pattern object contains a regular expression and the corresponding object.
  PatternMatcher
Object used to map strings matching regex patterns to python objects.
  UriPattern
Pattern object used to sort URI regex patterns based on the number of path components in the regex.
  UriPatternMatcher

Imports: Loggable, re, sre_constants, insort_right, reflect