Ejemplo n.º 1
0
 def outer():
     return db._unique(*unique_args, _test_hook=inner)
Ejemplo n.º 2
0
 def outer():
     return db._unique(*unique_args, _test_hook=inner)
Ejemplo n.º 3
0
 def inner():
     results['inner'] = db._unique(*unique_args)
Ejemplo n.º 4
0
 def inner():
     results['inner'] = db._unique(*unique_args)