MCPcopy 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_picklebufferMethod · 0.80
test_input_optionsMethod · 0.80
check_rawMethod · 0.80
test_raw_releasedMethod · 0.80
__reduce_ex__Method · 0.80
test_oob_buffersMethod · 0.80

Calls

no outgoing calls

Tested by 6

test_input_optionsMethod · 0.64
check_rawMethod · 0.64
test_raw_releasedMethod · 0.64
__reduce_ex__Method · 0.64
test_oob_buffersMethod · 0.64