MCPcopy Create free account
hub / github.com/executablebooks/markdown-it-py / meta

Method meta

markdown_it/tree.py:320–322  ·  view source on GitHub ↗

A place for plugins to store an arbitrary data.

(self)

Source from the content-addressed store, hash-verified

318
319 @property
320 def meta(self) -> dict[Any, Any]:
321 """A place for plugins to store an arbitrary data."""
322 return self._attribute_token().meta
323
324 @property
325 def block(self) -> bool:

Callers

nothing calls this directly

Calls 1

_attribute_tokenMethod · 0.95

Tested by

no test coverage detected