MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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 6

save_picklebufferMethod · 0.45
check_rawMethod · 0.45
test_raw_releasedMethod · 0.45
__reduce_ex__Method · 0.45
test_oob_buffersMethod · 0.45

Calls

no outgoing calls

Tested by 5

check_rawMethod · 0.36
test_raw_releasedMethod · 0.36
__reduce_ex__Method · 0.36
test_oob_buffersMethod · 0.36