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

Method __repr__

markdown/util.py:351–352  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

349 return len(self._priority)
350
351 def __repr__(self):
352 return '<{}({})>'.format(self.__class__.__name__, list(self))
353
354 def get_index_for_name(self, name: str) -> int:
355 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected