MCPcopy Create free account
hub / github.com/pytest-dev/pytest / __init__

Method __init__

testing/test_junitxml.py:79–80  ·  view source on GitHub ↗
(self, dom)

Source from the content-addressed store, hash-verified

77
78class DomNode:
79 def __init__(self, dom):
80 self.__node = dom
81
82 def __repr__(self):
83 return self.__node.toxml()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected