MCPcopy
hub / github.com/pyodide/pyodide / read

Method read

src/py/ssl.py:644–645  ·  view source on GitHub ↗
(self, len=1024, buffer=None)

Source from the content-addressed store, hash-verified

642 server_hostname = property(lambda self: None)
643
644 def read(self, len=1024, buffer=None):
645 pass
646
647 def write(self, data):
648 pass

Callers 15

hash_fileFunction · 0.45
do_testFunction · 0.45
test_nativefs_dupFunction · 0.45
test_stdin_undefinedFunction · 0.45
test_custom_stdin_bytesFunction · 0.45
test_custom_stdin_read1Function · 0.45
assert_created_filesFunction · 0.45

Calls

no outgoing calls

Tested by 15

do_testFunction · 0.36
test_nativefs_dupFunction · 0.36
test_stdin_undefinedFunction · 0.36
test_custom_stdin_bytesFunction · 0.36
test_custom_stdin_read1Function · 0.36
assert_created_filesFunction · 0.36
test_dup_pipeFunction · 0.36