Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitmessage/PyBitmessage
/ BMObjectUnwantedStreamError
Class
BMObjectUnwantedStreamError
src/network/bmobject.py:23–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
23
class
BMObjectUnwantedStreamError(Exception):
24
errorCodes = (
"Object in unwanted stream"
)
25
26
27
class
BMObjectInvalidError(Exception):
Callers
1
checkStream
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected