Searched refs:_PyTokenizer_FromString (Results 1 – 4 of 4) sorted by relevance
90 extern struct tok_state *_PyTokenizer_FromString(const char *, int);
409 struct tok_state* tok = _PyTokenizer_FromString(str, 1); in fstring_compile_expr()
928 tok = _PyTokenizer_FromString(str, exec_input); in _PyPegen_run_parser_from_string()
732 _PyTokenizer_FromString(const char *str, int exec_input) in _PyTokenizer_FromString() function