Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
mwparserfromhell
mirror da
https://github.com/earwig/mwparserfromhell
Segui
1
Vota
1
Forka
0
Codice
Rilasci
24
Attività
Sfoglia il codice sorgente
Text nodes should now appear a bit better in tree form.
tags/v0.2
Ben Kurtovic
12 anni fa
parent
d6f2723a06
commit
357e421fe8
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+3
-0
mwparserfromhell/nodes/text.py
+ 3
- 0
mwparserfromhell/nodes/text.py
Vedi File
@@ -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."""
Scrivi
Anteprima
Caricamento…
Annulla
Salva