Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ documentClass
Method
documentClass
code3/bs4/builder/_html5lib.py:76–78 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
74
super(TreeBuilderForHtml5lib, self).__init__(namespaceHTMLElements)
75
76
def
documentClass(self):
77
self.soup.reset()
78
return
Element(self.soup, self.soup, None)
79
80
def
insertDoctype(self, token):
81
name = token[
"name"
]
Callers
nothing calls this directly
Calls
2
Element
Class · 0.70
reset
Method · 0.45
Tested by
no test coverage detected