/third_party/python/Lib/ |
D | keyword.py | 18 kwlist = [ variable
|
/third_party/python/Modules/ |
D | _xxsubinterpretersmodule.c | 1479 static char *kwlist[] = {"id", "send", "recv", "force", "_resolve", NULL}; in channelid_new() local 2012 static char *kwlist[] = {"isolated", NULL}; in interp_create() local 2053 static char *kwlist[] = {"id", NULL}; in interp_destroy() local 2175 static char *kwlist[] = {"id", "script", "shared", NULL}; in interp_run_string() local 2220 static char *kwlist[] = {"obj", NULL}; in object_is_shareable() local 2244 static char *kwlist[] = {"id", NULL}; in interp_is_running() local 2297 static char *kwlist[] = {"cid", NULL}; in channel_destroy() local 2356 static char *kwlist[] = {"cid", "send", NULL}; in channel_list_interpreters() local 2418 static char *kwlist[] = {"cid", "obj", NULL}; in channel_send() local 2440 static char *kwlist[] = {"cid", "default", NULL}; in channel_recv() local [all …]
|
D | nismodule.c | 195 static char *kwlist[] = {"key", "map", "domain", NULL}; in nis_match() local 242 static char *kwlist[] = {"map", "domain", NULL}; in nis_cat() local 436 static char *kwlist[] = {"domain", NULL}; in nis_maps() local
|
D | faulthandler.c | 259 static char *kwlist[] = {"file", "all_threads", NULL}; in faulthandler_dump_traceback_py() local 524 static char *kwlist[] = {"file", "all_threads", NULL}; in faulthandler_py_enable() local 687 static char *kwlist[] = {"timeout", "repeat", "file", "exit", NULL}; in faulthandler_dump_traceback_later() local 889 static char *kwlist[] = {"signum", "file", "all_threads", "chain", NULL}; in faulthandler_register_py() local
|
D | _json.c | 1144 static char *kwlist[] = {"string", "idx", NULL}; in scanner_call() local 1169 static char *kwlist[] = {"context", NULL}; in scanner_new() local 1238 …static char *kwlist[] = {"markers", "default", "encoder", "indent", "key_separator", "item_separat… in encoder_new() local 1293 static char *kwlist[] = {"obj", "_current_indent_level", NULL}; in encoder_call() local
|
D | _lsprof.c | 666 static char *kwlist[] = {"subcalls", "builtins", 0}; in profiler_enable() local 766 static char *kwlist[] = {"timer", "timeunit", in profiler_init() local
|
D | _zoneinfo.c | 263 static char *kwlist[] = {"key", NULL}; in zoneinfo_new() local 345 static char *kwlist[] = {"", "key", NULL}; in zoneinfo_from_file() local 381 static char *kwlist[] = {"key", NULL}; in zoneinfo_no_cache() local 399 static char *kwlist[] = {"only_keys", NULL}; in zoneinfo_clear_cache() local
|
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
|
D | signalmodule.c | 727 static char *kwlist[] = { local
|
/third_party/skia/third_party/externals/brotli/python/ |
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/Doc/includes/ |
D | custom2.c | 44 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() local
|
D | custom3.c | 44 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() local
|
D | custom4.c | 60 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init() local
|
/third_party/python/Objects/ |
D | interpreteridobject.c | 76 static char *kwlist[] = {"id", "force", NULL}; in interpid_new() local
|
D | exceptions.c | 641 static char *kwlist[] = {"name", "path", 0}; in ImportError_init() local 1333 static char *kwlist[] = {"name", NULL}; in NameError_init() local 1407 static char *kwlist[] = {"name", "obj", NULL}; in AttributeError_init() local
|
D | weakrefobject.c | 133 static char *kwlist[] = {NULL}; in weakref_call() local
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message_factory.cc | 80 static char* kwlist[] = {"pool", 0}; in New() local
|
D | map_container.cc | 460 static char* kwlist[] = {"key", "default", nullptr}; in ScalarMapGet() local 755 static char* kwlist[] = {"key", "default", nullptr}; in MessageMapGet() local
|
D | descriptor_pool.cc | 179 static char* kwlist[] = {"descriptor_db", 0}; in New() local
|
/third_party/python/Modules/_decimal/ |
D | _decimal.c | 1243 static char *kwlist[] = { in context_init() local 1724 static char *kwlist[] = {"ctx", NULL}; in ctxmanager_new() local 2788 static char *kwlist[] = {"value", "context", NULL}; in dec_new() local 3524 static char *kwlist[] = {"rounding", "context", NULL}; in PyDec_ToIntegralValue() local 3565 static char *kwlist[] = {"rounding", "context", NULL}; in PyDec_ToIntegralExact() local 4247 static char *kwlist[] = {"context", NULL}; in Dec_UnaryFuncVA() local 4264 static char *kwlist[] = {"context", NULL}; in dec_mpd_to_eng() local 4295 static char *kwlist[] = {"other", "context", NULL}; in Dec_BinaryFuncVA_NO_CTX() local 4330 static char *kwlist[] = {"other", "context", NULL}; in dec_mpd_same_quantum() local 4362 static char *kwlist[] = {"exp", "rounding", "context", NULL}; in Dec_BinaryFuncVA() local [all …]
|
/third_party/python/Python/ |
D | getargs.c | 1378 char **kwlist, ...) in PyArg_ParseTupleAndKeywords() 1402 char **kwlist, ...) in _PyArg_ParseTupleAndKeywords_SizeT() 1428 char **kwlist, va_list va) in PyArg_VaParseTupleAndKeywords() 1453 char **kwlist, va_list va) in _PyArg_VaParseTupleAndKeywords_SizeT() 1575 char **kwlist, va_list *p_va, int flags) in vgetargskeywords()
|
D | bltinmodule.c | 264 static char *kwlist[] = {"name", "globals", "locals", "fromlist", in builtin___import__() local 1707 static char *kwlist[] = {"key", "default", NULL}; in min_max() local 2659 static char *kwlist[] = {"strict", NULL}; in zip_new() local
|
D | context.c | 854 static char *kwlist[] = {"", "default", NULL}; in contextvar_tp_new() local
|
/third_party/python/Modules/_sqlite/ |
D | module.c | 66 static char *kwlist[] = { in module_connect() local
|
D | connection.c | 64 static char *kwlist[] = { in pysqlite_connection_init() local
|