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

Method __str__

Lib/unittest/case.py:1627–1628  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1625 return self.test_case.shortDescription()
1626
1627 def __str__(self):
1628 return "{} {}".format(self.test_case, self._subDescription())

Callers

nothing calls this directly

Calls 2

_subDescriptionMethod · 0.95
formatMethod · 0.45

Tested by

no test coverage detected