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

Method keys

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

Source from the content-addressed store, hash-verified

316 return self._attrs[name]
317
318 def keys(self):
319 return list(self._attrs.keys())
320
321 def __contains__(self, name):
322 return name in self._attrs

Callers 2

getNamesMethod · 0.45
getQNamesMethod · 0.45

Calls 1

listClass · 0.85

Tested by

no test coverage detected