Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/docker/docker-py
/ StreamParseError
Class
StreamParseError
docker/errors.py:153–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
152
153
class
StreamParseError(RuntimeError):
154
def
__init__(self, reason):
155
self.msg = reason
156
157
158
class
BuildError(DockerException):
Callers
1
split_buffer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected