The PythonParser configures `py` file extensions, but does not configure `pyi` files to use the`PyiParserDefinition`. Notes: - Parsing a `pyi` file results in a `PyiFile`, which is a child of `PyFile`.