/external/python/cpython2/Tools/scripts/ |
D | xxci.py | 16 def getargs(): function 114 go(getargs())
|
/external/curl/docs/cmdline-opts/ |
D | gen.pl | 431 sub getargs { subroutine 465 getargs($cmd, @files);
|
/external/python/cpython3/Lib/test/ |
D | test_getargs2.py | 765 from _testcapi import getargs_positional_only_and_keywords as getargs unknown in PositionalOnlyAndKeywords_TestCase 769 self.assertEqual(self.getargs(1, 2, 3), (1, 2, 3)) 773 self.assertEqual(self.getargs(1, 2, keyword=3), (1, 2, 3)) 777 self.assertEqual(self.getargs(1, 2), (1, 2, -1)) 778 self.assertEqual(self.getargs(1, keyword=3), (1, -1, 3)) 781 self.assertEqual(self.getargs(1), (1, -1, -1)) 785 self.getargs() 789 self.getargs(keyword=3) 794 self.getargs(1, 2, **{'': 666})
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | bgenGenerator.py | 180 self.getargs() 189 def getargs(self): member in FunctionGenerator
|
D | bgenType.py | 55 def getargs(self): member in Type
|
/external/python/cpython2/Lib/ |
D | inspect.py | 750 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-analyzer/ |
D | ignored-globals.txt | 368 # Python/getargs.c
|
D | known.tsv | 1748 Python/getargs.c - static_arg_parsers variable static struct _PyArg_Parser *static_arg_parsers
|
/external/python/cpython3/ |
D | Android.bp | 279 "Python/getargs.c",
|
D | Makefile.pre.in | 354 Python/getargs.o \
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 926 ; From python27_s.lib(getargs)
|
/external/python/cpython2/RISCOS/ |
D | Makefile | 122 @.^.Python.o.getargs\
|
/external/python/cpython3/Lib/ |
D | inspect.py | 1067 def getargs(co): function 1230 args, varargs, varkw = getargs(frame.f_code)
|
D | turtle.py | 3896 args, varargs, varkw = inspect.getargs(ob.__code__)
|
/external/python/cpython2/PC/VC6/ |
D | pythoncore.dsp | 416 SOURCE=..\..\Python\getargs.c
|
/external/python/cpython2/ |
D | Android.bp | 231 "Python/getargs.c",
|
D | Makefile.pre.in | 309 Python/getargs.o \
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.15rc1.rst | 1104 Fixed inspect.getargs() for parameters which are cell variables.
|
/external/python/cpython2/PC/os2vacpp/ |
D | makefile.omk | 1134 getargs.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
|
D | makefile | 1655 getargs.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
|
/external/python/cpython2/Misc/ |
D | HISTORY | 2638 - 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/ |
D | texinfo.tex | 5776 \getargs{#1}% now \macname is the macname and \argl the arglist 5825 \def\getargs#1{\getargsxxx#1{}}
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 5776 \getargs{#1}% now \macname is the macname and \argl the arglist 5825 \def\getargs#1{\getargsxxx#1{}}
|
/external/mtools/ |
D | texinfo.tex | 8290 \getargs{#1}% now \macname is the macname and \argl the arglist 8342 % \getargs -- Parse the arguments to a @macro line. Set \macname to 8344 \def\getargs#1{\getargsxxx#1{}}
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 1996 :func:`getmoduleinfo` and :func:`getargs`, now return named tuples.
|