Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/csev/py4e
/ items
Method
items
code3/bs4/builder/_html5lib.py:128–129 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
126
value = whitespace_re.split(value)
127
self.element[name] = value
128
def
items(self):
129
return
list(self.attrs.items())
130
def
keys(self):
131
return
list(self.attrs.keys())
132
def
__len__(self):
Callers
15
sortvalues
Method · 0.45
wikigrade.py
File · 0.45
words.py
File · 0.45
count3.py
File · 0.45
_invert
Method · 0.45
searchTag
Method · 0.45
buildTagMap
Function · 0.45
sortvalues
Method · 0.45
wsave.py
File · 0.45
x.py
File · 0.45
y.py
File · 0.45
sortvalues
Method · 0.45
Calls
1
list
Function · 0.85
Tested by
no test coverage detected