MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_uid_data

Method test_uid_data

Lib/test/test_plistlib.py:551–553  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

549 self.assertEqual(plistlib.loads(plistlib.dumps(dict_data, fmt=plistlib.FMT_BINARY)), dict_data)
550
551 def test_uid_data(self):
552 uid = UID(1)
553 self.assertEqual(uid.data, 1)
554
555 def test_uid_eq(self):
556 self.assertEqual(UID(1), UID(1))

Callers

nothing calls this directly

Calls 2

UIDClass · 0.90
assertEqualMethod · 0.45

Tested by

no test coverage detected