Name Description Size
__init__.py 1282
_compat.py 513
_types.py Adds MutableSequence mixin while pretending to be a builtin list 2240
_utils.py 4089
api.py Parses a string into a TOMLDocument. Alias for parse(). 7707
container.py A container for items within a TOMLDocument. This class implements the `dict` interface with copy/deepcopy protocol. 28637
exceptions.py This error occurs when the parser encounters a syntax error in the TOML being parsed. The error references the line and location within the line where the error was encountered. 5487
items.py An internal error raised when item() fails to convert a value. It should be a TypeError, but due to historical reasons it needs to subclass ValueError as well. 53319
parser.py Parser for TOML documents. 37897
py.typed 0
source.py State preserver for the Parser. 4825
toml_char.py Whether the character is a valid bare key name or not. 1291
toml_document.py A TOML document. 110
toml_file.py Represents a TOML file. :param path: path to the TOML file 1599