HomeSort by relevance Sort by last modified time
    Searched full:getcallargs (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Build/
Inline.py 258 from inspect import getcallargs namespace
260 def getcallargs(func, *arg_values, **kwd_values): function
303 all = getcallargs(self._f, *args, **kwds)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 643 r2 = eval('inspect.getcallargs(func, %s)' % call_params_string, None,
656 eval('inspect.getcallargs(func, %s)' % call_param_string, None,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 643 r2 = eval('inspect.getcallargs(func, %s)' % call_params_string, None,
656 eval('inspect.getcallargs(func, %s)' % call_param_string, None,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 20 getargspec(), getargvalues(), getcallargs() - get info about function arguments
894 def getcallargs(func, *positional, **named): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 20 getargspec(), getargvalues(), getcallargs() - get info about function arguments
894 def getcallargs(func, *positional, **named): function
    [all...]

Completed in 411 milliseconds