/external/python/cpython2/Tools/scripts/ |
D | xxci.py | 16 def getargs(): function 114 go(getargs())
|
/external/curl/docs/cmdline-opts/ |
D | gen.pl | 360 sub getargs { subroutine 390 getargs();
|
/external/python/cpython3/Lib/test/ |
D | test_getargs2.py | 666 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/ |
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-globals/ |
D | ignored-globals.txt | 368 # Python/getargs.c
|
/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 | 1016 def getargs(co): function 1189 args, varargs, varkw = getargs(frame.f_code)
|
D | turtle.py | 3895 args, varargs, varkw = inspect.getargs(ob.__code__)
|
/external/python/cpython2/ |
D | Android.bp | 184 "Python/getargs.c",
|
D | Makefile.pre.in | 309 Python/getargs.o \
|
/external/python/cpython2/PC/VC6/ |
D | pythoncore.dsp | 416 SOURCE=..\..\Python\getargs.c
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.15rc1.rst | 1104 Fixed inspect.getargs() for parameters which are cell variables.
|
/external/python/cpython3/ |
D | Makefile.pre.in | 346 Python/getargs.o \
|
/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/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 1996 :func:`getmoduleinfo` and :func:`getargs`, now return named tuples.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.6.rst | 2000 :func:`getmoduleinfo` and :func:`getargs`, now return named tuples.
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | texinfo.tex | 7361 \getargs{#1}% now \macname is the macname and \argl the arglist 7416 \def\getargs#1{\getargsxxx#1{}}
|
/external/libffi/ |
D | texinfo.tex | 7361 \getargs{#1}% now \macname is the macname and \argl the arglist 7416 \def\getargs#1{\getargsxxx#1{}}
|