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

Method __init__

tests/test_apis.py:217–218  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

215class Item:
216 """ A dummy `Registry` item object for testing. """
217 def __init__(self, data):
218 self.data = data
219
220 def __repr__(self):
221 return repr(self.data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected