MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / __eq__

Method __eq__

tests/test_apis.py:223–224  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

221 return repr(self.data)
222
223 def __eq__(self, other):
224 return self.data == other
225
226
227class RegistryTests(unittest.TestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected