Home
last modified time | relevance | path

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

12

/third_party/python/Lib/
H A Dkeyword.py18 kwlist = [ variable
/third_party/python/Doc/includes/
H A Dcustom3.c44 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() local
H A Dcustom2.c44 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() local
H A Dcustom4.c60 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() local
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage_factory.cc80 static char* kwlist[] = {"pool", 0}; in New() local
H A Ddescriptor_pool.cc179 static char* kwlist[] = {"descriptor_db", 0}; in New() local
H A Dmap_container.cc460 static char* kwlist[] = {"key", "default", nullptr}; in ScalarMapGet() local
755 static char* kwlist[] = {"key", "default", nullptr}; in MessageMapGet() local
/third_party/python/Objects/
H A Dinterpreteridobject.c76 static char *kwlist[] = {"id", "force", NULL}; in interpid_new() local
/third_party/skia/third_party/externals/brotli/python/
H A D_brotli.cc178 static const char *kwlist[] = {"mode", "quality", "lgwin", "lgblock", NULL}; in brotli_Compressor_init() local
460 static const char *kwlist[] = {NULL}; in brotli_Decompressor_init() local
644 static const char *kwlist[] = {"string", NULL}; in brotli_decompress() local
/third_party/python/Modules/
H A Dnismodule.c196 static char *kwlist[] = {"key", "map", "domain", NULL}; in nis_match() local
243 static char *kwlist[] = {"map", "domain", NULL}; in nis_cat() local
437 static char *kwlist[] = {"domain", NULL}; in nis_maps() local
H A D_threadmodule.c131 char *kwlist[] = {"blocking", "timeout", NULL}; in lock_acquire_parse_args() local
H A Dfaulthandler.c266 static char *kwlist[] = {"file", "all_threads", NULL}; in faulthandler_dump_traceback_py() local
543 static char *kwlist[] = {"file", "all_threads", NULL}; in faulthandler_py_enable() local
706 static char *kwlist[] = {"timeout", "repeat", "file", "exit", NULL}; in faulthandler_dump_traceback_later() local
908 static char *kwlist[] = {"signum", "file", "all_threads", "chain", NULL}; in faulthandler_register_py() local
H A Dsignalmodule.c754 static char *kwlist[] = { local
H A D_json.c1146 static char *kwlist[] = {"string", "idx", NULL}; in scanner_call() local
1171 static char *kwlist[] = {"context", NULL}; in scanner_new() local
1240 static char *kwlist[] = {"markers", "default", "encoder", "indent", "key_separator", "item_separator", "sort_keys", "skipkeys", "allow_nan", NULL}; in encoder_new() local
1295 static char *kwlist[] = {"obj", "_current_indent_level", NULL}; in encoder_call() local
H A D_lsprof.c672 static char *kwlist[] = {"subcalls", "builtins", 0}; in profiler_enable() local
773 static char *kwlist[] = {"timer", "timeunit", in profiler_init() local
H A D_testbuffer.c1283 static char *kwlist[] = { in ndarray_init() local
1349 static char *kwlist[] = { in ndarray_push() local
2722 static char *kwlist[] = { in staticarray_init() local
H A D_zoneinfo.c267 static char *kwlist[] = {"key", NULL}; in zoneinfo_new() local
349 static char *kwlist[] = {"", "key", NULL}; in zoneinfo_from_file() local
385 static char *kwlist[] = {"key", NULL}; in zoneinfo_no_cache() local
403 static char *kwlist[] = {"only_keys", NULL}; in zoneinfo_clear_cache() local
H A D_xxsubinterpretersmodule.c1483 static char *kwlist[] = {"id", "send", "recv", "force", "_resolve", NULL}; in channelid_new() local
1997 static char *kwlist[] = {"isolated", NULL}; in interp_create() local
2038 static char *kwlist[] = {"id", NULL}; in interp_destroy() local
2160 static char *kwlist[] = {"id", "script", "shared", NULL}; in interp_run_string() local
2205 static char *kwlist[] = {"obj", NULL}; in object_is_shareable() local
2229 static char *kwlist[] = {"id", NULL}; interp_is_running() local
2282 static char *kwlist[] = {"cid", NULL}; channel_destroy() local
2341 static char *kwlist[] = {"cid", "send", NULL}; channel_list_interpreters() local
2403 static char *kwlist[] = {"cid", "obj", NULL}; channel_send() local
2425 static char *kwlist[] = {"cid", "default", NULL}; channel_recv() local
2460 static char *kwlist[] = {"cid", "send", "recv", "force", NULL}; channel_close() local
2508 static char *kwlist[] = {"cid", "send", "recv", "force", NULL}; channel_release() local
[all...]
H A D_collectionsmodule.c1487 char *kwlist[] = {"iterable", "maxlen", 0}; in deque_init() local
H A Dselectmodule.c1865 static char *kwlist[] = {"ident", "filter", "flags", "fflags", in kqueue_event_init() local
H A D_elementtree.c1066 static char *kwlist[] = {PICKLED_TAG, PICKLED_ATTRIB, PICKLED_TEXT, in element_setstate_from_Python() local
/third_party/python/Python/
H A Dcontext.c862 static char *kwlist[] = {"", "default", NULL}; in contextvar_tp_new() local
H A Dgetargs.c1376 PyArg_ParseTupleAndKeywords(PyObject *args, PyObject *keywords, const char *format, char **kwlist, ...) PyArg_ParseTupleAndKeywords() argument
1400 _PyArg_ParseTupleAndKeywords_SizeT(PyObject *args, PyObject *keywords, const char *format, char **kwlist, ...) _PyArg_ParseTupleAndKeywords_SizeT() argument
1426 PyArg_VaParseTupleAndKeywords(PyObject *args, PyObject *keywords, const char *format, char **kwlist, va_list va) PyArg_VaParseTupleAndKeywords() argument
1451 _PyArg_VaParseTupleAndKeywords_SizeT(PyObject *args, PyObject *keywords, const char *format, char **kwlist, va_list va) _PyArg_VaParseTupleAndKeywords_SizeT() argument
1619 vgetargskeywords(PyObject *args, PyObject *kwargs, const char *format, char **kwlist, va_list *p_va, int flags) vgetargskeywords() argument
[all...]
H A Dbltinmodule.c1734 static char *kwlist[] = {"key", "default", NULL}; in min_max() local
2704 static char *kwlist[] = {"strict", NULL}; in zip_new() local
H A Dsysmodule.c1707 static char *kwlist[] = {"object", "default", 0}; in sys_getsizeof() local

Completed in 82 milliseconds

12