MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / TOMLDecodeError

Class TOMLDecodeError

tools/python-3.11.9-amd64/Lib/tomllib/_parser.py:53–54  ·  view source on GitHub ↗

An error raised if a document is not valid TOML.

Source from the content-addressed store, hash-verified

51
52
53class TOMLDecodeError(ValueError):
54 """An error raised if a document is not valid TOML."""
55
56
57def load(fp: BinaryIO, /, *, parse_float: ParseFloat = float) -> dict[str, Any]:

Callers 1

suffixed_errFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected