MCPcopy 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

Calls 2

writeMethod · 0.45
flushMethod · 0.45

Tested by 1