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