MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _unsupported

Method _unsupported

tools/python-3.11.9-amd64/Lib/_pyio.py:365–368  ·  view source on GitHub ↗

Internal: raise an OSError exception for unsupported operations.

(self, name)

Source from the content-addressed store, hash-verified

363 ### Internal ###
364
365 def _unsupported(self, name):
366 """Internal: raise an OSError exception for unsupported operations."""
367 raise UnsupportedOperation("%s.%s() not supported" %
368 (self.__class__.__name__, name))
369
370 ### Positioning ###
371

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