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

Method copy

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

Source from the content-addressed store, hash-verified

325 return self._attrs.get(name, alternative)
326
327 def copy(self):
328 return self.__class__(self._attrs)
329
330 def items(self):
331 return list(self._attrs.items())

Callers 4

startPrefixMappingMethod · 0.45
parseMethod · 0.45
_includeFunction · 0.45
startPrefixMappingMethod · 0.45

Calls 1

__class__Method · 0.45

Tested by

no test coverage detected