/third_party/python/Lib/ |
H A D | keyword.py | 18 kwlist = [ variable
|
/third_party/python/Doc/includes/ |
H A D | custom3.c | 44 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() local
|
H A D | custom2.c | 44 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() local
|
H A D | custom4.c | 60 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() local
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message_factory.cc | 80 static char* kwlist[] = {"pool", 0}; in New() local
|
H A D | descriptor_pool.cc | 179 static char* kwlist[] = {"descriptor_db", 0}; in New() local
|
H A D | map_container.cc | 460 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 D | interpreteridobject.c | 76 static char *kwlist[] = {"id", "force", NULL}; in interpid_new() local
|
/third_party/skia/third_party/externals/brotli/python/ |
H A D | _brotli.cc | 178 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 D | nismodule.c | 196 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.c | 131 char *kwlist[] = {"blocking", "timeout", NULL}; in lock_acquire_parse_args() local
|
H A D | faulthandler.c | 266 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 D | signalmodule.c | 754 static char *kwlist[] = { local
|
H A D | _json.c | 1146 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.c | 672 static char *kwlist[] = {"subcalls", "builtins", 0}; in profiler_enable() local 773 static char *kwlist[] = {"timer", "timeunit", in profiler_init() local
|
H A D | _testbuffer.c | 1283 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.c | 267 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.c | 1483 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.c | 1487 char *kwlist[] = {"iterable", "maxlen", 0}; in deque_init() local
|
H A D | selectmodule.c | 1865 static char *kwlist[] = {"ident", "filter", "flags", "fflags", in kqueue_event_init() local
|
H A D | _elementtree.c | 1066 static char *kwlist[] = {PICKLED_TAG, PICKLED_ATTRIB, PICKLED_TEXT, in element_setstate_from_Python() local
|
/third_party/python/Python/ |
H A D | context.c | 862 static char *kwlist[] = {"", "default", NULL}; in contextvar_tp_new() local
|
H A D | getargs.c | 1376 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 D | bltinmodule.c | 1734 static char *kwlist[] = {"key", "default", NULL}; in min_max() local 2704 static char *kwlist[] = {"strict", NULL}; in zip_new() local
|
H A D | sysmodule.c | 1707 static char *kwlist[] = {"object", "default", 0}; in sys_getsizeof() local
|