We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b97d5 commit af6667aCopy full SHA for af6667a
1 file changed
html5lib/utils.py
@@ -8,6 +8,10 @@
8
import xml.etree.ElementTree as default_etree
9
10
11
+__all__ = ["default_etree", "MethodDispatcher", "isSurrogatePair",
12
+ "surrogatePairToCodepoint", "moduleFactoryFactory"]
13
+
14
15
class MethodDispatcher(dict):
16
"""Dict with 2 special properties:
17
0 commit comments