(exc: PyBaseExceptionRef)
| 2722 | } |
| 2723 | impl From<PyBaseExceptionRef> for IoOrPyException { |
| 2724 | fn from(exc: PyBaseExceptionRef) -> Self { |
| 2725 | Self::Py(exc) |
| 2726 | } |
| 2727 | } |
| 2728 | impl From<PyRef<PyOSError>> for IoOrPyException { |
| 2729 | fn from(exc: PyRef<PyOSError>) -> Self { |