Пример #1
0
 def inner(self):
     if op in test_db.compound_operations:
         return fn(self)
     else:
         log_console('"%s" not supported, skipping %s' %
                     (op, fn.__name__))
Пример #2
0
 def inner(self):
     if op in test_db.compound_operations:
         return fn(self)
     else:
         log_console('"%s" not supported, skipping %s' %
                     (op, fn.__name__))