MCPcopy 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
153class StreamParseError(RuntimeError):
154 def __init__(self, reason):
155 self.msg = reason
156
157
158class BuildError(DockerException):

Callers 1

split_bufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected