Currency#

class Currency[source]#

Currency (e.g.​ USD).

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#