Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Textualize/textual
/ DecodeError
Class
DecodeError
src/textual/_binary_encode.py:24–25 ·
view source on GitHub ↗
A problem decoding data.
Source
from the content-addressed store, hash-verified
22
23
24
class
DecodeError(Exception):
25
""
"A problem decoding data."
""
26
27
28
def
dump(data: object) -> bytes:
Callers
2
get_byte
Function · 0.85
get_bytes
Function · 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…