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

Method __post_init__

markdown_it/token.py:77–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 """
76
77 def __post_init__(self) -> None:
78 self.attrs = convert_attrs(self.attrs)
79
80 def attrIndex(self, name: str) -> int:
81 warnings.warn( # noqa: B028

Callers

nothing calls this directly

Calls 1

convert_attrsFunction · 0.85

Tested by

no test coverage detected