| Modifier and Type | Class and Description |
|---|---|
| public abstract static class | InternalFormat.AbstractFormatter
A class that provides the base for implementations of type-specific formatting. |
| public static class | InternalFormat.FormatError
An exception signifying a problem with a format string. |
| public static class | InternalFormat.FormatOverflow
An exception signifying an overflow (or precision too large) during a formatting operation. |
| private static class | InternalFormat.Parser
Parser for PEP-3101 field format specifications. |
| public static class | InternalFormat.Spec
Parsed PEP-3101 format specification of a single field, encapsulating the format for use by formatting methods. |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public static InternalFormat. |