MCPcopy Index your code
hub / github.com/docker/docker-py / ContextException

Class ContextException

docker/errors.py:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195
196class ContextException(DockerException):
197 def __init__(self, msg):
198 self.msg = msg
199
200 def __str__(self):
201 return (self.msg)
202
203
204class ContextNotFound(DockerException):

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected