artdaq_mpich_plugin
v1_00_08
|
General Regular Expression class that allows for: xx = Re( re ) ... More...
Public Member Functions | |
def | __init__ |
Create an instance of the regular expression. | |
def | search |
Find matches for the regular expression. | |
Public Attributes | |
compiled | |
The compiled version of the regex. | |
match_obj | |
Match object representing all matches for the regex. | |
General Regular Expression class that allows for: xx = Re( re ) ...
if xx.search( line ): yy = xx.match_obj.group( x )
Definition at line 47 of file daqrate.py.