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

Appearance settings

Commit 9695fc8

Browse filesBrowse files
committed
Add __all__ to html5lib.treewalkers._base
1 parent 3b3c103 commit 9695fc8
Copy full SHA for 9695fc8

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎html5lib/treewalkers/_base.py

Copy file name to clipboardExpand all lines: html5lib/treewalkers/_base.py
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
from __future__ import absolute_import, division, unicode_literals
22
from six import text_type, string_types
33

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.