-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Open
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
[The document] (https://docs.python.org/3/library/ast.html#ast.AST.end_col_offset) states:
Instances of ast.expr and ast.stmt subclasses have lineno, col_offset, end_lineno, and end_col_offset attributes.
However, Some other classes which are not subclasses (excepthandler
, arg
, etc.) also have these attributes.
Linked PRs
LamentXU123
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Projects
Status
Todo