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

Method __len__

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

Source from the content-addressed store, hash-verified

346 return self._data[key]
347
348 def __len__(self) -> int:
349 return len(self._priority)
350
351 def __repr__(self):
352 return '<{}({})>'.format(self.__class__.__name__, list(self))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected