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
Text nodes should now appear a bit better in tree form.
tags/v0.2
Ben Kurtovic
há 12 anos
ascendente
d6f2723a06
cometimento
357e421fe8
1 ficheiros alterados
com
3 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+3
-0
mwparserfromhell/nodes/text.py
+ 3
- 0
mwparserfromhell/nodes/text.py
Ver ficheiro
@@ -39,6 +39,9 @@ class Text(Node):
def __strip__(self, normalize, collapse):
return self
def __showtree__(self, write, get, mark):
write(str(self).encode("unicode_escape").decode("utf8"))
@property
def value(self):
"""The actual text itself."""
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar