module internal.format
¶
Source: stdlib/internal/format.codon
internal.format
¶Source: stdlib/internal/format.codon
int
@extend Class is extended to add given methods ¶__format__(self, format_spec: str)
¶Int[N]
@extend Class is extended to add given methods ¶__format__(self, format_spec: str)
¶UInt[N]
@extend Class is extended to add given methods ¶__format__(self, format_spec: str)
¶float
@extend Class is extended to add given methods ¶__format__(self, format_spec: str)
¶str
@extend Class is extended to add given methods ¶__format__(self, format_spec: str)
¶Ptr[T]
@extend Class is extended to add given methods ¶__format__(self, format_spec: str)
¶Int[N]
@extend Class is extended to add given methods ¶__str__(self)
¶UInt[N]
@extend Class is extended to add given methods ¶__str__(self)
¶