コード例 #1
0
ファイル: sre.py プロジェクト: prymatex/ponyguruma
 def findall(self, string, pos=0, endpos=-1):
     return list(Regexp.findstrings(self, string, pos, endpos))
コード例 #2
0
 def findall(self, string, pos=0, endpos=-1):
     return list(Regexp.findstrings(self, string, pos, endpos))