Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ronreiter/interactive-tutorials
/ _raise_serialization_error
Function
_raise_serialization_error
markdown/html4.py:69–72 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
67
68
69
def
_raise_serialization_error(text):
70
raise
TypeError(
71
"cannot serialize %r (type %s)"
% (text, type(text).__name__)
72
)
73
74
def
_encode(text, encoding):
75
try
:
Callers
6
_encode
Function · 0.85
_escape_cdata
Function · 0.85
_escape_attrib
Function · 0.85
_escape_attrib_html
Function · 0.85
add_qname
Function · 0.85
_namespaces
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected