OptionalinlineOptional inline comment attached to this node.
1-indexed source line the node starts on.
0-indexed byte offset (UTF-8) within lineno where the node starts.
Optionalend_1-indexed source line the node ends on.
Optionalend_0-indexed byte offset (UTF-8) within end_lineno where the node ends.
OptionalinlineTrue if this comment appears on the same line as other content (a trailing comment) rather than on its own line.
A source comment captured during parsing (not part of the Python
astgrammar itself; a py-ast extension for round-tripping comments).