Home
last modified time | relevance | path

Searched refs:callable_arg (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-chainer/chainer-7.8.0/chainer/graph_optimizations/
H A Dstatic_graph_utilities.py158 callable_arg = dec_args[0]
190 return wrap(callable_arg)
H A Dstatic_graph.py1262 callable_arg = args[0]
1391 return wrap(callable_arg)
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/nodes/
H A DBuiltinIteratorNodes.py262 def __init__(self, callable_arg, sentinel, source_ref): argument
265 values={"callable_arg": callable_arg, "sentinel": sentinel},
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/optimizations/
H A DOptimizeBuiltinCalls.py245 def wrapIterCreation(callable_arg, sentinel, source_ref): argument
247 return ExpressionBuiltinIter1(value=callable_arg, source_ref=source_ref)
250 callable_arg=callable_arg, sentinel=sentinel, source_ref=source_ref