MCPcopy Create free account
hub / github.com/docker/docker-py / gettimeout

Method gettimeout

docker/transport/npipesocket.py:195–196  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

193 self._timeout = int(value * 1000)
194
195 def gettimeout(self):
196 return self._timeout
197
198 def setsockopt(self, level, optname, value):
199 raise NotImplementedError()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected