HomeSort by relevance Sort by last modified time
    Searched refs:kwlist (Results 126 - 150 of 214) sorted by null

1 2 3 4 56 7 8 9

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
intobject.c 1069 static char *kwlist[] = {"x", "base", 0}; local
1073 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|Oi:int", kwlist,
    [all...]
tupleobject.c 648 static char *kwlist[] = {"sequence", 0}; local
652 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O:tuple", kwlist, &arg))
weakrefobject.c 130 static char *kwlist[] = {NULL}; local
132 if (PyArg_ParseTupleAndKeywords(args, kw, ":__call__", kwlist)) {
fileobject.c 2379 static char *kwlist[] = {"name", "mode", "buffering", 0}; local
    [all...]
listobject.c 2059 static char *kwlist[] = {"cmp", "key", "reverse", 0}; local
2443 static char *kwlist[] = {"sequence", 0}; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 739 static char *kwlist[] = {"object", "default", 0}; local
744 kwlist, &o, &dflt))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
cursor.c 950 static char *kwlist[] = {"size", NULL, NULL}; local
957 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i:fetchmany", kwlist, &maxrows)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
complexobject.c 1139 static char *kwlist[] = {"real", "imag", 0}; local
1143 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|OO:complex", kwlist,
    [all...]
descrobject.c 1254 static char *kwlist[] = {"fget", "fset", "fdel", "doc", 0}; local
    [all...]
intobject.c 1049 static char *kwlist[] = {"x", "base", 0}; local
1053 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|Oi:int", kwlist,
    [all...]
tupleobject.c 646 static char *kwlist[] = {"sequence", 0}; local
650 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O:tuple", kwlist, &arg))
weakrefobject.c 131 static char *kwlist[] = {NULL}; local
133 if (PyArg_ParseTupleAndKeywords(args, kw, ":__call__", kwlist)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 688 static char *kwlist[] = {"object", "default", 0}; local
692 kwlist, &o, &dflt))
    [all...]
  /external/python/cpython2/Modules/_io/
fileio.c 206 static char *kwlist[] = {"file", "mode", "closefd", NULL}; local
233 kwlist, &nameobj, &mode, &closefd))
  /external/python/cpython2/Modules/_sqlite/
cursor.c 938 static char *kwlist[] = {"size", NULL, NULL}; local
945 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i:fetchmany", kwlist, &maxrows)) {
    [all...]
  /external/python/cpython2/Objects/
complexobject.c 1143 static char *kwlist[] = {"real", "imag", 0}; local
1147 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|OO:complex", kwlist,
    [all...]
descrobject.c 1305 static char *kwlist[] = {"fget", "fset", "fdel", "doc", 0}; local
    [all...]
intobject.c 1065 static char *kwlist[] = {"x", "base", 0}; local
1069 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|Oi:int", kwlist,
    [all...]
tupleobject.c 645 static char *kwlist[] = {"sequence", 0}; local
649 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O:tuple", kwlist, &arg))
weakrefobject.c 132 static char *kwlist[] = {NULL}; local
134 if (PyArg_ParseTupleAndKeywords(args, kw, ":__call__", kwlist)) {
  /external/python/cpython2/Python/
sysmodule.c 739 static char *kwlist[] = {"object", "default", 0}; local
744 kwlist, &o, &dflt))
    [all...]
  /external/python/cpython3/Modules/_sqlite/
cursor.c 814 static char *kwlist[] = {"size", NULL, NULL}; local
821 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i:fetchmany", kwlist, &maxrows)) {
  /external/python/cpython3/Modules/
_threadmodule.c 94 char *kwlist[] = {"blocking", "timeout", NULL}; local
101 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|iO:acquire", kwlist,
    [all...]
  /external/python/cpython3/Python/
context.c 807 static char *kwlist[] = {"", "default", NULL}; local
812 args, kwds, "O|$O:ContextVar", kwlist, &name, &def))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
itertoolsmodule.c 1829 char *kwlist[] = {"repeat", 0}; local
3281 static char *kwlist[] = {"start", "step", 0}; local
    [all...]

Completed in 1359 milliseconds

1 2 3 4 56 7 8 9