MCPcopy 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
24class DecodeError(Exception):
25 """A problem decoding data."""
26
27
28def dump(data: object) -> bytes:

Callers 2

get_byteFunction · 0.85
get_bytesFunction · 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…