本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
ben
/
mwparserfromhell
镜像来自
https://github.com/earwig/mwparserfromhell
關注
1
收藏
1
複製
0
程式碼
版本發佈
24
活動
瀏覽代碼
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…
取消
儲存