File: toml_document.py

package info (click to toggle)
python-tomlkit 0.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,096 kB
  • sloc: python: 5,985; makefile: 20; sh: 5
file content (7 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
from tomlkit.container import Container


class TOMLDocument(Container):
    """
    A TOML document.
    """