Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
196
class
ContextException(DockerException):
197
def
__init__(self, msg):
198
self.msg = msg
199
200
def
__str__(self):
201
return
(self.msg)
202
203
204
class
ContextNotFound(DockerException):
Callers
1
__init__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected