MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / write

Method write

tools/python-3.11.9-amd64/Lib/ssl.py:924–930  ·  view source on GitHub ↗

Write 'data' to the SSL object and return the number of bytes written. The 'data' argument must support the buffer interface.

(self, data)

Source from the content-addressed store, hash-verified

922 return v
923
924 def write(self, data):
925 """Write 'data' to the SSL object and return the number of bytes
926 written.
927
928 The 'data' argument must support the buffer interface.
929 """
930 return self._sslobj.write(data)
931
932 def getpeercert(self, binary_form=False):
933 """Returns a formatted version of the data in the certificate provided

Callers 2

writeMethod · 0.45
sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected