このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
diagrams
ミラー元
https://github.com/mingrammer/diagrams.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
43
Wiki
アクティビティ
ソースを参照
fix: keep the backward compatability for type hint (
#1052
)
tags/v0.24.1
MinJae Kwon (Miti)
2週間前
committed by
GitHub
親
dd32ab4087
コミット
c2c24c69b8
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
B5690EEEBB952194
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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,
書き込み
プレビュー
読み込み中…
キャンセル
保存