MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / InvalidString

Class InvalidString

src/fallback/umsgpack/umsgpack.py:134–136  ·  view source on GitHub ↗

Subclass of bytes to hold invalid UTF-8 strings.

Source from the content-addressed store, hash-verified

132
133
134class InvalidString(bytes):
135 """Subclass of bytes to hold invalid UTF-8 strings."""
136 pass
137
138##############################################################################
139# Exceptions

Callers 1

_unpack_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected