MCPcopy
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

sortvaluesMethod · 0.45
wikigrade.pyFile · 0.45
words.pyFile · 0.45
count3.pyFile · 0.45
_invertMethod · 0.45
searchTagMethod · 0.45
buildTagMapFunction · 0.45
sortvaluesMethod · 0.45
wsave.pyFile · 0.45
x.pyFile · 0.45
y.pyFile · 0.45
sortvaluesMethod · 0.45

Calls 1

listFunction · 0.85

Tested by

no test coverage detected