MCPcopy Index your code
hub / github.com/RustPython/RustPython / __new__

Method __new__

Lib/pathlib/__init__.py:1305–1307  ·  view source on GitHub ↗
(cls, *args, **kwargs)

Source from the content-addressed store, hash-verified

1303
1304 if os.name != 'nt':
1305 def __new__(cls, *args, **kwargs):
1306 raise UnsupportedOperation(
1307 f"cannot instantiate {cls.__name__!r} on your system")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected