cpython/Lib/pathlib
Barney Gale 1667c28686
pathlib ABCs: raise UnsupportedOperation directly. (#114776)
Raise `UnsupportedOperation` directly, rather than via an `_unsupported()`
helper, to give human readers and IDEs/typecheckers/etc a bigger hint that
these methods are abstract.
2024-01-31 00:38:01 +00:00
..
__init__.py pathlib ABCs: raise UnsupportedOperation directly. (#114776) 2024-01-31 00:38:01 +00:00
_abc.py pathlib ABCs: raise UnsupportedOperation directly. (#114776) 2024-01-31 00:38:01 +00:00