Home
last modified time | relevance | path

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

/third_party/python/Parser/
Dtokenizer.c152 get_coding_spec(const char *s, char **spec, Py_ssize_t size, struct tok_state *tok) in get_coding_spec() function
215 if (!get_coding_spec(line, &cs, size, tok)) { in check_coding_spec()