Searched defs:kwlist (Results 1 - 25 of 111) sorted by relevance

12345

/external/python/cpython2/Lib/
H A Dkeyword.py13 __all__ = ["iskeyword", "kwlist"]
15 kwlist = [ variable
51 iskeyword = frozenset(kwlist).__contains__
/external/python/cpython3/Lib/
H A Dkeyword.py13 __all__ = ["iskeyword", "kwlist"]
15 kwlist = [ variable
53 iskeyword = frozenset(kwlist).__contains__
/external/python/cpython3/Doc/includes/
H A Dnoddy2.c49 static char *kwlist[] = {"first", "last", "number", NULL}; local
51 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|OOi", kwlist,
H A Dnoddy3.c49 static char *kwlist[] = {"first", "last", "number", NULL}; local
51 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|SSi", kwlist,
H A Dnoddy4.c83 static char *kwlist[] = {"first", "last", "number", NULL}; local
85 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|OOi", kwlist,
/external/python/cpython2/Doc/includes/
H A Dnoddy2.c51 static char *kwlist[] = {"first", "last", "number", NULL}; local
53 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|OOi", kwlist,
H A Dnoddy4.c85 static char *kwlist[] = {"first", "last", "number", NULL}; local
87 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|OOi", kwlist,
H A Dnoddy3.c51 static char *kwlist[] = {"first", "last", "number", NULL}; local
53 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|SSi", kwlist,
/external/python/cpython2/Objects/
H A Dboolobject.c55 static char *kwlist[] = {"x", 0}; local
59 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O:bool", kwlist, &x))
H A Dmoduleobject.c156 static char *kwlist[] = {"name", "doc", NULL}; local
159 kwlist, &name, &doc))
H A Denumobject.c19 static char *kwlist[] = {"sequence", "start", 0}; local
21 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O|O:enumerate", kwlist,
/external/python/cpython3/Objects/
H A Dboolobject.c45 static char *kwlist[] = {"x", 0}; local
49 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O:bool", kwlist, &x))
H A Denumobject.c19 static char *kwlist[] = {"iterable", "start", 0}; local
21 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O|O:enumerate", kwlist,
H A Dstructseq.c81 static char *kwlist[] = {"sequence", "dict", 0}; local
84 kwlist, &arg, &dict))
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
H A Drjsmin.c402 static char *kwlist[] = {"script", "keep_bang_comments", NULL}; local
413 if (!PyArg_ParseTupleAndKeywords(args, kwds, UOBJ "|O", kwlist,
/external/python/cpython2/Modules/_multiprocessing/
H A Dconnection.h43 static char *kwlist[] = {"handle", "readable", "writable", NULL}; local
45 if (!PyArg_ParseTupleAndKeywords(args, kwds, F_HANDLE "|ii", kwlist,
H A Dsemaphore.c67 static char *kwlist[] = {"block", "timeout", NULL}; local
69 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|iO", kwlist,
284 static char *kwlist[] = {"block", "timeout", NULL}; local
286 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|iO", kwlist,
431 static char *kwlist[] = {"kind", "value", "maxvalue", NULL}; local
434 if (!PyArg_ParseTupleAndKeywords(args, kwds, "iii", kwlist,
/external/python/cpython2/Modules/_sqlite/
H A Dmodule.c53 static char *kwlist[] = {"database", "timeout", "detect_types", "isolation_level", "check_same_thread", "factory", "cached_statements", NULL, NULL}; local
64 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O|diOiOi", kwlist,
89 static char *kwlist[] = {"statement", NULL, NULL}; local
94 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s", kwlist, &statement))
119 static char *kwlist[] = {"do_enable", NULL, NULL}; local
123 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i", kwlist, &do_enable))
H A Dcursor.c939 static char *kwlist[] = {"size", NULL, NULL}; local
946 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i:fetchmany", kwlist, &maxrows)) {
/external/python/cpython3/Modules/_sqlite/
H A Dmodule.c53 static char *kwlist[] = { local
69 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s|diOiOip", kwlist,
97 static char *kwlist[] = {"statement", NULL, NULL}; local
102 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s", kwlist, &statement))
127 static char *kwlist[] = {"do_enable", NULL, NULL}; local
131 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i", kwlist, &do_enable))
/external/python/cpython3/Objects/stringlib/
H A Dtransmogrify.h27 static char *kwlist[] = {"tabsize", 0}; local
31 kwlist, &tabsize))
/external/brotli/python/
H A D_brotli.cc178 static const char *kwlist[] = {"mode", "quality", "lgwin", "lgblock", NULL}; local
181 const_cast<char **>(kwlist),
460 static const char *kwlist[] = {NULL}; local
463 const_cast<char **>(kwlist));
644 static const char *kwlist[] = {"string", NULL}; local
648 const_cast<char **>(kwlist), &input);
651 const_cast<char **>(kwlist), &input);
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc140 static char* kwlist[] = {"descriptor_db", 0}; local
142 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|O", kwlist, &py_database)) {
/external/python/cpython2/Modules/_io/
H A Dbytesio.c784 char *kwlist[] = {"initial_bytes", NULL}; local
787 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|O:BytesIO", kwlist,
H A Dstringio.c556 char *kwlist[] = {"initial_value", "newline", NULL}; local
560 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|Oz:__init__", kwlist,

Completed in 2276 milliseconds

12345