コード例 #1
0
ファイル: test_text.py プロジェクト: barmalei/scalpel
 def f4(): fMatch()('dd', None)
 def f5(): fSearch()('d', '')
コード例 #2
0
ファイル: test_text.py プロジェクト: barmalei/scalpel
 def f2(): fMatch()('', 'd')
 def f3(): fMatch()(None, 'ss')
コード例 #3
0
ファイル: test_text.py プロジェクト: barmalei/scalpel
 def f3(): fMatch()(None, 'ss')
 def f4(): fMatch()('dd', None)
コード例 #4
0
ファイル: test_text.py プロジェクト: barmalei/scalpel
 def f1(): fMatch()('d', '')
 def f2(): fMatch()('', 'd')
コード例 #5
0
 def f4():
     fMatch()('dd', None)
コード例 #6
0
 def f3():
     fMatch()(None, 'ss')
コード例 #7
0
 def f2():
     fMatch()('', 'd')
コード例 #8
0
 def f1():
     fMatch()('d', '')