HomeSort by relevance Sort by last modified time
    Searched refs:dbcheck (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decorators.py 23 Exception.__init__(self, "dbcheck %r failed (func=%s args=%s kwds=%s)" %
27 def dbcheck(exprstr, globals=None, locals=None): function
30 expr = compile(exprstr, "dbcheck-%s" % func.func_name, "eval")
121 @dbcheck('args[1] is not None')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decorators.py 23 Exception.__init__(self, "dbcheck %r failed (func=%s args=%s kwds=%s)" %
27 def dbcheck(exprstr, globals=None, locals=None): function
30 expr = compile(exprstr, "dbcheck-%s" % func.func_name, "eval")
121 @dbcheck('args[1] is not None')

Completed in 39 milliseconds