Example #1
0
 def f4(): fMatch()('dd', None)
 def f5(): fSearch()('d', '')
Example #2
0
 def f2(): fMatch()('', 'd')
 def f3(): fMatch()(None, 'ss')
Example #3
0
 def f3(): fMatch()(None, 'ss')
 def f4(): fMatch()('dd', None)
Example #4
0
 def f1(): fMatch()('d', '')
 def f2(): fMatch()('', 'd')
Example #5
0
 def f4():
     fMatch()('dd', None)
Example #6
0
 def f3():
     fMatch()(None, 'ss')
Example #7
0
 def f2():
     fMatch()('', 'd')
Example #8
0
 def f1():
     fMatch()('d', '')