Home
Python API

primitives.formats.toml

Public API documentation generated from source.
def decode_toml(toml_data: str | memoryview | bytes | bytearray) -> Any:
def encode_toml(raw_data: Any) -> str:

Source

View source