|
Option C Tools
|
Go to the source code of this file.
Namespaces | |
| namespace | parsing |
Functions | |
| tuple[ast.Module|None, list[str]] | parsing.safe_parse (str text) |
| int | parsing.header_boundary (list[str] lines, Path path, str|None expected_identity=None) |
Variables | |
| parsing._ENCODING_RE = re.compile(r"#.*coding[:=]") | |