Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9695fc8

Browse files
committed
Add __all__ to html5lib.treewalkers._base
1 parent3b3c103 commit9695fc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎html5lib/treewalkers/_base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
from __future__importabsolute_import,division,unicode_literals
22
fromsiximporttext_type,string_types
33

4+
__all__= ["DOCUMENT","DOCTYPE","TEXT","ELEMENT","COMMENT","ENTITY","UNKNOWN",
5+
"TreeWalker","NonRecursiveTreeWalker"]
6+
47
importgettext
58
_=gettext.gettext
69

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp