Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
mwparserfromhell
espelho de
https://github.com/earwig/mwparserfromhell
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
24
Trabalho
Ver a proveniência
Simplify parameter removal.
tags/v0.3.2
Ben Kurtovic
há 11 anos
ascendente
c14070a99a
cometimento
40b92358b4
1 ficheiros alterados
com
2 adições
e
2 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-2
mwparserfromhell/nodes/template.py
+ 2
- 2
mwparserfromhell/nodes/template.py
Ver ficheiro
@@ -331,5 +331,5 @@ class Template(Node):
removed = True
if not removed:
raise ValueError(name)
for i
, index in enumerate
(to_remove):
self.params.pop(i
ndex - i
)
# Note the shift when we remove a param
for i
in reversed
(to_remove):
self.params.pop(i)
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar