Home
last modified time | relevance | path

Searched defs:feature_version (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/
Dtest_type_comments.py227 def parse(self, source, feature_version=highest): argument
/third_party/python/Python/clinic/
Dbltinmodule.c.h187 int feature_version = -1; in builtin_compile() local
/third_party/python/Parser/
Dpegen.h73 int feature_version; member
Dpegen.c1225 int feature_version, int *errcode, PyArena *arena) in _PyPegen_Parser_New()
1480 int feature_version = flags && (flags->cf_flags & PyCF_ONLY_AST) ? in _PyPegen_run_parser_from_string() local
/third_party/python/Lib/
Dast.py34 type_comments=False, feature_version=None): argument
/third_party/python/Python/
Dbltinmodule.c750 int optimize, int feature_version) in builtin_compile_impl()