Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_run_container_streaming
Method · 0.80
read
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_run_container_streaming
Method · 0.64