MCPcopy Index your code
hub / github.com/python/cpython / seekable

Method seekable

Lib/_pyio.py:827–828  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

825 ### Inquiries ###
826
827 def seekable(self):
828 return self.raw.seekable()
829
830 @property
831 def raw(self):

Callers

nothing calls this directly

Calls 1

seekableMethod · 0.45

Tested by

no test coverage detected