Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ read
Method
read
Lib/test/test_zipfile/test_core.py:3662–3665 ·
view source on GitHub ↗
(self, size=-1)
Source
from the content-addressed store, hash-verified
3660
self.bytes_read = 0
3661
3662
def
read(self, size=-1):
3663
bs = super().read(size)
3664
self.bytes_read += len(bs)
3665
return
bs
3666
3667
3668
class
StoredZipExtFileRandomReadTest(unittest.TestCase):
Callers
15
test_message_rfc822_only
Method · 0.45
test_byte_message_rfc822_only
Method · 0.45
test_decoded_generator
Method · 0.45
test_as_string
Method · 0.45
test_as_bytes
Method · 0.45
test_EncodersEncode_base64
Method · 0.45
_make_audio
Method · 0.45
_make_image
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
test_epilogue
Method · 0.45
_msgobj
Method · 0.45
Calls
2
super
Class · 0.85
len
Function · 0.85
Tested by
no test coverage detected