OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exprstr
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decorators.py
21
def __init__(self,
exprstr
, func, args, kwds):
24
(
exprstr
, func, args, kwds))
27
def dbcheck(
exprstr
, globals=None, locals=None):
30
expr = compile(
exprstr
, "dbcheck-%s" % func.func_name, "eval")
33
raise DbcheckError(
exprstr
, func, args, kwds)
/external/python/cpython2/Lib/test/
test_decorators.py
21
def __init__(self,
exprstr
, func, args, kwds):
24
(
exprstr
, func, args, kwds))
27
def dbcheck(
exprstr
, globals=None, locals=None):
30
expr = compile(
exprstr
, "dbcheck-%s" % func.func_name, "eval")
33
raise DbcheckError(
exprstr
, func, args, kwds)
/external/python/cpython3/Lib/test/
test_decorators.py
20
def __init__(self,
exprstr
, func, args, kwds):
23
(
exprstr
, func, args, kwds))
26
def dbcheck(
exprstr
, globals=None, locals=None):
29
expr = compile(
exprstr
, "dbcheck-%s" % func.__name__, "eval")
32
raise DbcheckError(
exprstr
, func, args, kwds)
Completed in 138 milliseconds