Martel :: Expression :: Str :: Class Str
[hide private]
[frames] | no frames]

Class Str

source code

Expression --+
             |
            Str

Instance Methods [hide private]
 
__init__(self, s)
(s)
source code
 
copy(self)
do a deep copy on this Expression tree
source code
 
__str__(self)
the corresponding pattern string
source code

Inherited from Expression: __add__, __or__, features, group_names, make_iterator, make_parser

Inherited from Expression (private): _find_groups, _modify_leaves, _select_names

Method Details [hide private]

__init__(self, s)
(Constructor)

source code 

(s)

Match the given string exactly (not as a regexp pattern)

copy(self)

source code 

do a deep copy on this Expression tree

Overrides: Expression.copy

__str__(self)
(Informal representation operator)

source code 

the corresponding pattern string

Overrides: Expression.__str__