Home
last modified time | relevance | path

Searched refs:default_count (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Python/
Dast_unparse.c219 Py_ssize_t i, di, arg_count, posonlyarg_count, default_count; in append_ast_args() local
226 default_count = asdl_seq_LEN(args->defaults); in append_ast_args()
235 di = i - posonlyarg_count - arg_count + default_count; in append_ast_args()
256 default_count = asdl_seq_LEN(args->kw_defaults); in append_ast_args()
261 di = i - arg_count + default_count; in append_ast_args()
Dcompile.c2123 Py_ssize_t default_count = PyList_GET_SIZE(keys); in compiler_visit_kwonlydefaults() local
2127 ADDOP_I(c, BUILD_CONST_KEY_MAP, default_count); in compiler_visit_kwonlydefaults()
2128 assert(default_count > 0); in compiler_visit_kwonlydefaults()
/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_XML.py362 self.default_count = -1
369 self.default_count = c
DglX_XML.py58 c = self.default_count