A sequence of characters: abcdef
Methods
|
|
__init__
__str__
copy
|
|
__init__
|
__init__ ( self, s )
(s)
Match the given string exactly (not as a regexp pattern)
|
|
__str__
|
__str__ ( self )
the corresponding pattern string
|
|
copy
|
copy ( self )
do a deep copy on this Expression tree
|
|