Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
startPrefixMapping
Method · 0.45
parse
Method · 0.45
_include
Function · 0.45
startPrefixMapping
Method · 0.45
Calls
1
__class__
Method · 0.45
Tested by
no test coverage detected