MCPcopy Index your code
hub / github.com/Python-Markdown/markdown / _raise_serialization_error

Function _raise_serialization_error

markdown/serializers.py:58–61  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

56
57
58def _raise_serialization_error(text: str) -> NoReturn: # pragma: no cover
59 raise TypeError(
60 "cannot serialize {!r} (type {})".format(text, type(text).__name__)
61 )
62
63
64def _escape_cdata(text) -> str:

Callers 3

_escape_cdataFunction · 0.85
_escape_attribFunction · 0.85
_escape_attrib_htmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…