소스 검색

Text nodes should now appear a bit better in tree form.

tags/v0.2
Ben Kurtovic 12 년 전
부모
커밋
357e421fe8
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +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."""


불러오는 중...
취소
저장