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

Commitaf6667a

Browse files
committed
Add __all__ to utils.py to explicitly export default_etree import
This silences flake.
1 parent81b97d5 commitaf6667a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎html5lib/utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
importxml.etree.ElementTreeasdefault_etree
99

1010

11+
__all__= ["default_etree","MethodDispatcher","isSurrogatePair",
12+
"surrogatePairToCodepoint","moduleFactoryFactory"]
13+
14+
1115
classMethodDispatcher(dict):
1216
"""Dict with 2 special properties:
1317

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp