Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
heuzef
/
diagrams
peilaus alkaen
https://github.com/mingrammer/diagrams.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
43
Wiki
Toiminta
Selaa lähdekoodia
fix: keep the backward compatability for type hint
pull/1052/head
mingrammer
2 viikkoa sitten
vanhempi
dd32ab4087
commit
6a1c871f7f
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
diagrams/__init__.py
+ 1
- 1
diagrams/__init__.py
Näytä tiedosto
@@ -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,
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna