Home
last modified time | relevance | path

Searched refs:getargs (Results 1 – 25 of 26) sorted by relevance

12

/external/python/cpython2/Tools/scripts/
Dxxci.py16 def getargs(): function
114 go(getargs())
/external/curl/docs/cmdline-opts/
Dgen.pl360 sub getargs { subroutine
390 getargs();
/external/python/cpython3/Lib/test/
Dtest_getargs2.py666 from _testcapi import getargs_positional_only_and_keywords as getargs unknown in PositionalOnlyAndKeywords_TestCase
670 self.assertEqual(self.getargs(1, 2, 3), (1, 2, 3))
674 self.assertEqual(self.getargs(1, 2, keyword=3), (1, 2, 3))
678 self.assertEqual(self.getargs(1, 2), (1, 2, -1))
679 self.assertEqual(self.getargs(1, keyword=3), (1, -1, 3))
682 self.assertEqual(self.getargs(1), (1, -1, -1))
686 self.getargs()
690 self.getargs(keyword=3)
695 self.getargs(1, 2, **{'': 666})
/external/python/cpython2/Tools/bgen/bgen/
DbgenGenerator.py180 self.getargs()
189 def getargs(self): member in FunctionGenerator
DbgenType.py55 def getargs(self): member in Type
/external/python/cpython2/Lib/
Dinspect.py750 def getargs(co): function
826 args, varargs, varkw = getargs(func.func_code)
838 args, varargs, varkw = getargs(frame.f_code)
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt368 # Python/getargs.c
/external/python/cpython2/PC/os2emx/
Dpython27.def926 ; From python27_s.lib(getargs)
/external/python/cpython2/RISCOS/
DMakefile122 @.^.Python.o.getargs\
/external/python/cpython3/Lib/
Dinspect.py1016 def getargs(co): function
1189 args, varargs, varkw = getargs(frame.f_code)
Dturtle.py3895 args, varargs, varkw = inspect.getargs(ob.__code__)
/external/python/cpython2/
DAndroid.bp184 "Python/getargs.c",
DMakefile.pre.in309 Python/getargs.o \
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp416 SOURCE=..\..\Python\getargs.c
/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst1104 Fixed inspect.getargs() for parameters which are cell variables.
/external/python/cpython3/
DMakefile.pre.in346 Python/getargs.o \
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk1134 getargs.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
Dmakefile1655 getargs.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
/external/python/cpython2/Misc/
DHISTORY2638 - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
12358 - Fixed a bug in the new format string error checking in getargs.c.
14517 getargs.c and operator.c.
14557 - C API addition: getargs.c now supports
15211 - Changed the error handling by [new]getargs() e.g. for "O&".
15359 - O!, O& O? formats for getargs allow more versatile type checking of
15382 - All the [new]getargs() formats that retrieve an integer value
16980 values according to a "format" string a la getargs()
/external/e2fsprogs/doc/
Dtexinfo.tex5776 \getargs{#1}% now \macname is the macname and \argl the arglist
5825 \def\getargs#1{\getargsxxx#1{}}
/external/e2fsprogs/lib/et/
Dtexinfo.tex5776 \getargs{#1}% now \macname is the macname and \argl the arglist
5825 \def\getargs#1{\getargsxxx#1{}}
/external/python/cpython2/Doc/whatsnew/
D2.6.rst1996 :func:`getmoduleinfo` and :func:`getargs`, now return named tuples.
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2000 :func:`getmoduleinfo` and :func:`getargs`, now return named tuples.
/external/python/cpython2/Modules/_ctypes/libffi/
Dtexinfo.tex7361 \getargs{#1}% now \macname is the macname and \argl the arglist
7416 \def\getargs#1{\getargsxxx#1{}}
/external/libffi/
Dtexinfo.tex7361 \getargs{#1}% now \macname is the macname and \argl the arglist
7416 \def\getargs#1{\getargsxxx#1{}}

12