This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
heuzef
/
diagrams
огледало од
https://github.com/mingrammer/diagrams.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
43
Вики
Activity
Преглед изворни кода
fix: keep the backward compatability for type hint (
#1052
)
tags/v0.24.1
MinJae Kwon (Miti)
пре 2 недеља
committed by
GitHub
родитељ
dd32ab4087
комит
c2c24c69b8
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
diagrams/__init__.py
+ 1
- 1
diagrams/__init__.py
Прегледај датотеку
@@ -82,7 +82,7 @@ class Diagram:
filename: str = "",
direction: str = "LR",
curvestyle: str = "ortho",
outformat:
str | list[str
] = "png",
outformat:
Union[str, list[str]
] = "png",
autolabel: bool = False,
show: bool = True,
strict: bool = False,
Write
Preview
Loading…
Откажи
Сачувај