Eol#

class Eol[source]#

End of line. For internal use only.

DEFAULT = ''#
property raw_spacing_after: Sequence[RawTokenModel]#
property raw_spacing_before: Sequence[RawTokenModel]#
property raw_text: str#
property spacing_after: str#
property spacing_before: str#
classmethod from_default() Self#
classmethod from_raw_text(raw_text: str) Self#
auto_claim_comments() None#