class documentation

class _StructuredComment: (source)

View In Hierarchy

A structured comment. Attributes: line: The line number. tool: The tool label, e.g., "type" for "# type: int". data: The data, e.g., "int" for "# type: int". open_ended: True if the comment appears on a line by itself (i.e., it is open-ended rather than attached to a line of code).

Class Variable data Undocumented
Class Variable line Undocumented
Class Variable open_ended Undocumented
Class Variable tool Undocumented

Undocumented

Undocumented

open_ended: bool = (source)

Undocumented

Undocumented