Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ write
Method
write
awscli/customizations/ec2instanceconnect/websocket.py:81–83 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
79
return
sys.stdin.buffer.read1(amt)
80
81
def
write(self, data):
82
sys.stdout.buffer.write(data)
83
sys.stdout.flush()
84
85
def
close(self):
86
pass
Callers
1
test_stdin_stdout_io_write
Method · 0.95
Calls
2
write
Method · 0.45
flush
Method · 0.45
Tested by
1
test_stdin_stdout_io_write
Method · 0.76