This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
sintez
/
py_task
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
c91ea224e8
Rami (Branch)
Tag
main
py_task
/
venv
/
lib
/
python3.9
/
site-packages
/
tomlkit
/
toml_document.py
toml_document.py
110 B
Cronologia
Originale
1
2
3
4
5
6
7
from tomlkit.container import Container
class TOMLDocument(Container):
"""
A TOML document.
"""