Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
mwparserfromhell
espelhamento de
https://github.com/earwig/mwparserfromhell
Observar
1
Favorito
1
Fork
0
Código
Versões
24
Atividade
Ver código fonte
Simplify parameter removal.
tags/v0.3.2
Ben Kurtovic
11 anos atrás
pai
c14070a99a
commit
40b92358b4
1 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-2
mwparserfromhell/nodes/template.py
+ 2
- 2
mwparserfromhell/nodes/template.py
Ver arquivo
@@ -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é-visualização
Carregando…
Cancelar
Salvar