このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
diagrams
ミラー元
https://github.com/mingrammer/diagrams.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
43
Wiki
アクティビティ
ソースを参照
fix: keep the backward compatability for type hint (
#1052
)
979-is-there-a-node-for-kubernetes-itself
MinJae Kwon (Miti)
2週間前
committed by
tessier
親
b53a7fb738
コミット
ab50bff455
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,
書き込み
プレビュー
読み込み中…
キャンセル
保存