Table of Contents

Class: Literal Martel/Expression.py

A single character: a This exists to simplify the sre conversion, but is not directly exposed as part of Martel's public expression API

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

(char, invert = 0)

Match the given character or, if invert is true, match a character which is not this character.

  __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