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

Class NotDataClass

Lib/test/test_dataclasses/__init__.py:1508–1509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1506
1507 def test_is_dataclass(self):
1508 class NotDataClass:
1509 pass
1510
1511 self.assertFalse(is_dataclass(0))
1512 self.assertFalse(is_dataclass(int))

Callers 1

test_is_dataclassMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_is_dataclassMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…