/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.14.5
Doc/library/datetime-inheritance.dot
31 строка
640 B
Stan Ulbrych
[3.14] Datetime: Tidy up docs (GH-144720) (GH-144956)
18 фев 2026, 17:14
Не верифицирован
18 фев 2026, 17:14
8fa0f91
Код
Авторство
О чём код?
// Used to generate datetime-inheritance.svg with Graphviz // (https://graphviz.org/) for the datetime documentation. digraph { comment="Generated with datetime-inheritance.dot" graph [ bgcolor="transparent" fontnames="svg" layout="dot" ranksep=0.5 nodesep=0.5 splines=line ] node [ fontname="Courier" fontsize=14.0 shape=box style=rounded margin="0.15,0.07" ] edge [ arrowhead=none ] object -> tzinfo object -> timedelta object -> time object -> date tzinfo -> timezone date -> datetime }