Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ T
Class
T
Lib/test/test_zstd.py:2362–2364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2360
2361
# 2
2362
class
T:
2363
def
read(self, size):
2364
return
b
'a'
* size
2365
2366
with
self.assertRaises(TypeError):
# on creation
2367
with
ZstdFile(T(),
'w'
)
as
f:
Callers
1
test_UnsupportedOperation
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_UnsupportedOperation
Method · 0.56