Table of Contents

Class: Any Martel/Expression.py

Any character in a given set: '[abc]'

Base Classes   
Expression
Methods   
__init__
__str__
copy
  __init__ 
__init__ (
        self,
        chars,
        invert=0,
        )

(chars, invert = 0)

Match any of the characters appearing in the chars string. If invert is true, match a character not in the string.

  __str__ 
__str__ ( self )

the corresponding pattern string

  copy 
copy ( self )

do a deep copy on this Expression tree


Table of Contents

This document was automatically generated on Mon Jul 1 12:03:20 2002 by HappyDoc version 2.0.1