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. |
Definition at line 47 of file daqrate.py.