Searched defs:kwarg (Results 1 – 11 of 11) sorted by relevance
/third_party/python/Lib/test/ |
D | test_keywordonlyarg.py | 8 def posonly_sum(pos_arg1, *arg, **kwarg): 14 def keywordonly_and_kwarg_sum(*, k1, k2, **kwarg):
|
D | test_ast.py | 1123 kwonlyargs=None, kwarg=None, argument
|
D | test_grammar.py | 691 def pos2key2dict(p1, p2, *, k1=100, k2, **kwarg): return p1,p2,k1,k2,kwarg
|
/third_party/mindspore/mindspore/core/ir/ |
D | func_graph_extends.cc | 128 for (const auto &kwarg : kwarg_list) { in GenerateKwParams() local
|
/third_party/mindspore/mindspore/core/abstract/ |
D | prim_structures.cc | 87 AbstractKeywordArgPtr kwarg = CheckArg<AbstractKeywordArg>(op_name, args_spec_list, 1); in InferImplExtractKwarg() local
|
/third_party/python/Parser/ |
D | pegen.h | 109 arg_ty kwarg; member
|
D | pegen.c | 1959 _PyPegen_star_etc(Parser *p, arg_ty vararg, asdl_seq *kwonlyargs, arg_ty kwarg) in _PyPegen_star_etc() 2165 arg_ty kwarg = NULL; in _PyPegen_make_arguments() local
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | py3_test_grammar.py | 307 def pos2key2dict(p1, p2, *, k1=100, k2, **kwarg): return p1,p2,k1,k2,kwarg
|
/third_party/python/Include/internal/ |
D | pycore_ast_state.h | 203 PyObject *kwarg; member
|
D | pycore_ast.h | 519 arg_ty kwarg; member
|
/third_party/python/Python/ |
D | Python-ast.c | 3270 kw_defaults, arg_ty kwarg, asdl_expr_seq * defaults, PyArena in _PyAST_arguments() 10199 arg_ty kwarg; in obj2ast_arguments() local
|