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

Method _unsupported

Lib/_pyio.py:340–343  ·  view source on GitHub ↗

Internal: raise an OSError exception for unsupported operations.

(self, name)

Source from the content-addressed store, hash-verified

338 ### Internal ###
339
340 def _unsupported(self, name):
341 """Internal: raise an OSError exception for unsupported operations."""
342 raise UnsupportedOperation("%s.%s() not supported" %
343 (self.__class__.__name__, name))
344
345 ### Positioning ###
346

Callers 15

seekMethod · 0.95
truncateMethod · 0.95
filenoMethod · 0.95
readintoMethod · 0.80
writeMethod · 0.80
readMethod · 0.80
read1Method · 0.80
writeMethod · 0.80
detachMethod · 0.80
readMethod · 0.80
writeMethod · 0.80
truncateMethod · 0.80

Calls 1

Tested by

no test coverage detected