コード例 #1
0
ファイル: SearchReplaceMatch.py プロジェクト: goc9000/baon
 def __init__(self, term):
     ImmaterialMatch.__init__(self)
     self.term = term
コード例 #2
0
ファイル: InsertionMatch.py プロジェクト: goc9000/baon
 def __init__(self):
     ImmaterialMatch.__init__(self)