Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
heuzef
/
diagrams
espelho de
https://github.com/mingrammer/diagrams.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
43
Wiki
Trabalho
Ver a proveniência
fix: keep the backward compatability for type hint (
#1052
)
979-is-there-a-node-for-kubernetes-itself
MinJae Kwon (Miti)
há 2 semanas
committed by
tessier
ascendente
b53a7fb738
cometimento
ab50bff455
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
diagrams/__init__.py
+ 1
- 1
diagrams/__init__.py
Ver ficheiro
@@ -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,
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar