artdaq_mpich_plugin  v1_00_08
daqrate.Re Class Reference

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.
 

Detailed Description

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.


The documentation for this class was generated from the following file: