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

Method fileno

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

Source from the content-addressed store, hash-verified

212 self.sock = None
213
214 def fileno(self):
215 return self.sock.fileno()
216
217 def isatty(self):
218 return False

Callers 2

readFunction · 0.80

Calls

no outgoing calls

Tested by 1