A single character: a
This exists to simplify the sre conversion, but is not directly exposed
as part of Martel's public expression API
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
|
|