This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
ben
/
mwparserfromhell
огледало од
https://github.com/earwig/mwparserfromhell
Прати
1
Волим
1
Креирај огранак
0
Код
Издања
24
Activity
Преглед изворни кода
Text nodes should now appear a bit better in tree form.
tags/v0.2
Ben Kurtovic
пре 12 година
родитељ
d6f2723a06
комит
357e421fe8
1 измењених фајлова
са
3 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
mwparserfromhell/nodes/text.py
+ 3
- 0
mwparserfromhell/nodes/text.py
Прегледај датотеку
@@ -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."""
Write
Preview
Loading…
Откажи
Сачувај