Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ __repr__
Method
__repr__
testing/test_junitxml.py:137–138 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
135
self._node = dom
136
137
def
__repr__(self) -> str:
138
return
self.toxml()
139
140
def
__getitem__(self, key: str) -> str:
141
node = self._node.getAttributeNode(key)
Callers
nothing calls this directly
Calls
1
toxml
Method · 0.80
Tested by
no test coverage detected