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

Method __repr__

tests/test_apis.py:220–221  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

218 self.data = data
219
220 def __repr__(self):
221 return repr(self.data)
222
223 def __eq__(self, other):
224 return self.data == other

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected