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

Method __repr__

testing/test_junitxml.py:82–83  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 self.__node = dom
81
82 def __repr__(self):
83 return self.__node.toxml()
84
85 def find_first_by_tag(self, tag):
86 return self.find_nth_by_tag(tag, 0)

Callers

nothing calls this directly

Calls 1

toxmlMethod · 0.80

Tested by

no test coverage detected