HomeSort by relevance Sort by last modified time
    Searched refs:co_argcount (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
code.h 12 int co_argcount; /* #arguments, except *args */ member in struct:__anon4310
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
code.h 12 int co_argcount; /* #arguments, except *args */ member in struct:__anon4617
  /prebuilts/gdb/darwin-x86/include/python2.7/
code.h 12 int co_argcount; /* #arguments, except *args */ member in struct:__anon66449
  /prebuilts/gdb/linux-x86/include/python2.7/
code.h 12 int co_argcount; /* #arguments, except *args */ member in struct:__anon66571
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 12 int co_argcount; /* #arguments, except *args */ member in struct:__anon964
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 12 int co_argcount; /* #arguments, except *args */ member in struct:__anon1087
  /external/python/cpython2/Include/
code.h 12 int co_argcount; /* #arguments, except *args */ member in struct:__anon32558
  /external/python/cpython3/Include/
code.h 23 int co_argcount; /* #arguments, except *args */ member in struct:__anon33120
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
codeobject.c 82 co->co_argcount = argcount;
161 {"co_argcount", T_INT, OFF(co_argcount), READONLY},
349 cmp = co->co_argcount - cp->co_argcount;
406 eq = co->co_argcount == cp->co_argcount;
465 co->co_argcount ^ co->co_nlocals ^ co->co_flags;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
codeobject.c 82 co->co_argcount = argcount;
161 {"co_argcount", T_INT, OFF(co_argcount), READONLY},
349 cmp = co->co_argcount - cp->co_argcount;
406 eq = co->co_argcount == cp->co_argcount;
465 co->co_argcount ^ co->co_nlocals ^ co->co_flags;
  /external/python/cpython2/Objects/
codeobject.c 122 co->co_argcount = argcount;
201 {"co_argcount", T_INT, OFF(co_argcount), READONLY},
389 cmp = co->co_argcount - cp->co_argcount;
575 eq = co->co_argcount == cp->co_argcount;
647 co->co_argcount ^ co->co_nlocals ^ co->co_flags;
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
arg_scope.py 102 return func.__code__.co_varnames[-kwargs_length:func.__code__.co_argcount]
  /external/python/cpython3/Python/
ceval.c 3811 Py_ssize_t co_argcount = co->co_argcount; local
    [all...]
  /external/python/cpython3/Objects/
codeobject.c 176 co->co_argcount = argcount;
258 {"co_argcount", T_INT, OFF(co_argcount), READONLY},
618 eq = co->co_argcount == cp->co_argcount;
692 co->co_argcount ^ co->co_kwonlyargcount ^
  /development/tools/axl/
singletonmixin.py 86 return cls.__init__.im_func.func_code.co_argcount - 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_new.py 111 argcount = c.co_argcount
135 # negative co_argcount used to trigger a SystemError
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
function.py 103 args = code.co_varnames[:code.co_argcount]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
compat.py 129 nargs = co.co_argcount
  /external/python/cpython2/Lib/idlelib/
CallTips.py 180 argcount = fob.func_code.co_argcount
  /external/python/cpython2/Lib/test/
test_new.py 111 argcount = c.co_argcount
135 # negative co_argcount used to trigger a SystemError
  /external/python/cpython2/Tools/framer/framer/
function.py 103 args = code.co_varnames[:code.co_argcount]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CallTips.py 155 argcount = fob.func_code.co_argcount
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_new.py 111 argcount = c.co_argcount
135 # negative co_argcount used to trigger a SystemError
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CallTips.py 155 argcount = fob.func_code.co_argcount
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_new.py 111 argcount = c.co_argcount
135 # negative co_argcount used to trigger a SystemError

Completed in 1123 milliseconds

1 2 3 4