Searched refs:MP_PARSE_SINGLE_INPUT (Results 1 – 5 of 5) sorted by relevance
94 parse_input_kind = MP_PARSE_SINGLE_INPUT; in mp_builtin_compile()146 if (MICROPY_PY_BUILTINS_EXECFILE && parse_input_kind == MP_PARSE_SINGLE_INPUT) { in eval_exec_helper()171 return eval_exec_helper(n_args, args, MP_PARSE_SINGLE_INPUT); in mp_builtin_execfile()
92 MP_PARSE_SINGLE_INPUT, enumerator
859 case MP_PARSE_SINGLE_INPUT: in mp_parse()979 …if (input_kind != MP_PARSE_SINGLE_INPUT && rule_id == RULE_expr_stmt && peek_result(&parser, 0) ==… in mp_parse()
1487 …obj_t module_fun = mp_compile(&parse_tree, source_name, parse_input_kind == MP_PARSE_SINGLE_INPUT); in mp_parse_compile_execute()
457 …int ret = parse_compile_execute(MP_STATE_VM(repl_line), MP_PARSE_SINGLE_INPUT, EXEC_FLAG_ALLOW_DEB… in pyexec_friendly_repl_process_char()597 mp_parse_input_kind_t parse_input_kind = MP_PARSE_SINGLE_INPUT; in pyexec_friendly_repl()
Completed in 11 milliseconds