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

Method test_missing_repr

Lib/test/test_dataclasses/__init__.py:987–988  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

985 self.assertNotIn('x', D.__dict__)
986
987 def test_missing_repr(self):
988 self.assertIn('MISSING_TYPE object', repr(MISSING))
989
990 def test_dont_include_other_annotations(self):
991 @dataclass

Callers

nothing calls this directly

Calls 1

assertInMethod · 0.95

Tested by

no test coverage detected