group reference: (?P<name>.)(?P=name)
Methods
|
|
__init__
__str__
copy
|
|
__init__
|
__init__ ( self, name )
(name)
Match the same text previously found by the given named group
|
|
__str__
|
__str__ ( self )
the corresponding pattern string
|
|
copy
|
copy ( self )
do a deep copy on this Expression tree
|
|