MCPcopy Index your code
hub / github.com/python/cpython / items

Method items

Lib/xml/sax/xmlreader.py:330–331  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

328 return self.__class__(self._attrs)
329
330 def items(self):
331 return list(self._attrs.items())
332
333 def values(self):
334 return list(self._attrs.values())

Callers 6

getValueByQNameMethod · 0.45
getNameByQNameMethod · 0.45
start_element_nsMethod · 0.45
__dict_replaceFunction · 0.45
startElementMethod · 0.45
startElementNSMethod · 0.45

Calls 1

listClass · 0.85

Tested by

no test coverage detected