We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.8 added the end_lineno and end_col_offset fields to AST nodes that have lineno and col_offset.
end_lineno
end_col_offset
lineno
col_offset
Specs in the official documentation.
We should probably worry about these anywhere we handle source location info.
The text was updated successfully, but these errors were encountered:
Same in mcpyrate; tracked in Technologicat/mcpyrate#32
mcpyrate
Sorry, something went wrong.
Technologicat
No branches or pull requests
Python 3.8 added the
end_lineno
andend_col_offset
fields to AST nodes that havelineno
andcol_offset
.Specs in the official documentation.
We should probably worry about these anywhere we handle source location info.
The text was updated successfully, but these errors were encountered: