Example #1
0
 def __init__(self, dds):
     SimpleParser.__init__(self, dds, re.IGNORECASE)
     self.dds = dds
Example #2
0
 def __init__(self, das, dataset):
     SimpleParser.__init__(self, das,
                           re.IGNORECASE | re.VERBOSE | re.DOTALL)
     self.das = das
     self.dataset = dataset
Example #3
0
 def __init__(self, dds):
     SimpleParser.__init__(self, dds, re.IGNORECASE)
     self.dds = dds
Example #4
0
 def __init__(self, das, dataset):
     SimpleParser.__init__(self, das, re.IGNORECASE | re.VERBOSE | re.DOTALL)
     self.das = das
     self.dataset = dataset