InlineComment#

class InlineComment[source]#

Comment that does not occupies a whole line.

property raw_spacing_after: Sequence[RawTokenModel]#
property raw_spacing_before: Sequence[RawTokenModel]#
property raw_text: str#
property spacing_after: str#
property spacing_before: str#
property value: _V#
classmethod from_raw_text(raw_text: str) Self#
classmethod from_value(value: _V) Self#
auto_claim_comments() None#