Exemplo n.º 1
0
 def findall(self, string, pos=0, endpos=-1):
     return list(Regexp.findstrings(self, string, pos, endpos))
Exemplo n.º 2
0
 def findall(self, string, pos=0, endpos=-1):
     return list(Regexp.findstrings(self, string, pos, endpos))