Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ raw
Method
raw
Lib/_pyio.py:831–832 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
829
830
@property
831
def
raw(self):
832
return
self._raw
833
834
@property
835
def
closed(self):
Callers
7
save_picklebuffer
Method · 0.80
test_input_options
Method · 0.80
check_raw
Method · 0.80
check_raw_non_contiguous
Method · 0.80
test_raw_released
Method · 0.80
__reduce_ex__
Method · 0.80
test_oob_buffers
Method · 0.80
Calls
no outgoing calls
Tested by
6
test_input_options
Method · 0.64
check_raw
Method · 0.64
check_raw_non_contiguous
Method · 0.64
test_raw_released
Method · 0.64
__reduce_ex__
Method · 0.64
test_oob_buffers
Method · 0.64