Trait pyo3::conversion::IntoPy [−][src]
Similar to std::convert::Into, just that it requires a gil token.
IntoPy<PyObject> (aka IntoPy<Py<PyAny>>) should be implemented to define a conversion from
Rust to Python which can be used by most of PyO3’s methods.
Required methods
Loading content...Implementations on Foreign Types
impl<T> IntoPy<Py<PyAny>> for Option<T> where
T: IntoPy<PyObject>, [src]
impl<T> IntoPy<Py<PyAny>> for Option<T> where
T: IntoPy<PyObject>, [src]impl<T> IntoPy<Py<PyAny>> for &T where
T: AsPyPointer, [src]
impl<T> IntoPy<Py<PyAny>> for &T where
T: AsPyPointer, [src]impl IntoPy<Py<PyTuple>> for ()[src]
impl IntoPy<Py<PyTuple>> for ()[src]Converts () to an empty Python tuple.
impl<K, V, H> IntoPy<Py<PyAny>> for HashMap<K, V, H> where
K: Hash + Eq + IntoPy<PyObject>,
V: IntoPy<PyObject>,
H: BuildHasher, [src]
impl<K, V, H> IntoPy<Py<PyAny>> for HashMap<K, V, H> where
K: Hash + Eq + IntoPy<PyObject>,
V: IntoPy<PyObject>,
H: BuildHasher, [src]impl<K, V> IntoPy<Py<PyAny>> for BTreeMap<K, V> where
K: Eq + IntoPy<PyObject>,
V: IntoPy<PyObject>, [src]
impl<K, V> IntoPy<Py<PyAny>> for BTreeMap<K, V> where
K: Eq + IntoPy<PyObject>,
V: IntoPy<PyObject>, [src]impl<T> IntoPy<Py<PyAny>> for [T; 0] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 0] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 1] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 1] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 2] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 2] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 3] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 3] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 4] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 4] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 5] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 5] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 6] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 6] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 7] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 7] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 8] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 8] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 9] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 9] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 10] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 10] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 11] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 11] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 12] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 12] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 13] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 13] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 14] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 14] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 15] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 15] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 16] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 16] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 17] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 17] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 18] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 18] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 19] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 19] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 20] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 20] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 21] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 21] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 22] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 22] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 23] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 23] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 24] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 24] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 25] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 25] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 26] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 26] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 27] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 27] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 28] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 28] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 29] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 29] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 30] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 30] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 31] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 31] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for [T; 32] where
T: ToPyObject, [src]
impl<T> IntoPy<Py<PyAny>> for [T; 32] where
T: ToPyObject, [src]impl<T> IntoPy<Py<PyAny>> for Vec<T> where
T: IntoPy<PyObject>, [src]
impl<T> IntoPy<Py<PyAny>> for Vec<T> where
T: IntoPy<PyObject>, [src]impl<K, S> IntoPy<Py<PyAny>> for HashSet<K, S> where
K: IntoPy<PyObject> + Eq + Hash,
S: BuildHasher + Default, [src]
impl<K, S> IntoPy<Py<PyAny>> for HashSet<K, S> where
K: IntoPy<PyObject> + Eq + Hash,
S: BuildHasher + Default, [src]impl<K> IntoPy<Py<PyAny>> for BTreeSet<K> where
K: IntoPy<PyObject> + Ord, [src]
impl<K> IntoPy<Py<PyAny>> for BTreeSet<K> where
K: IntoPy<PyObject> + Ord, [src]impl<A: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A,)[src]
impl<A: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A,)[src]impl<A: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A,)[src]
impl<A: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A,)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B, C)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B, C)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B, C)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B, C)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B, C, D)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B, C, D)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B, C, D)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B, C, D)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B, C, D, E)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B, C, D, E)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B, C, D, E)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B, C, D, E)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B, C, D, E, F)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B, C, D, E, F)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B, C, D, E, F)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B, C, D, E, F)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>, G: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B, C, D, E, F, G)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>, G: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B, C, D, E, F, G)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>, G: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B, C, D, E, F, G)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>, G: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B, C, D, E, F, G)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>, G: IntoPy<PyObject>, H: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B, C, D, E, F, G, H)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>, G: IntoPy<PyObject>, H: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B, C, D, E, F, G, H)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>, G: IntoPy<PyObject>, H: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B, C, D, E, F, G, H)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>, G: IntoPy<PyObject>, H: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B, C, D, E, F, G, H)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>, G: IntoPy<PyObject>, H: IntoPy<PyObject>, I: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B, C, D, E, F, G, H, I)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>, G: IntoPy<PyObject>, H: IntoPy<PyObject>, I: IntoPy<PyObject>> IntoPy<Py<PyAny>> for (A, B, C, D, E, F, G, H, I)[src]impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>, G: IntoPy<PyObject>, H: IntoPy<PyObject>, I: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B, C, D, E, F, G, H, I)[src]
impl<A: IntoPy<PyObject>, B: IntoPy<PyObject>, C: IntoPy<PyObject>, D: IntoPy<PyObject>, E: IntoPy<PyObject>, F: IntoPy<PyObject>, G: IntoPy<PyObject>, H: IntoPy<PyObject>, I: IntoPy<PyObject>> IntoPy<Py<PyTuple>> for (A, B, C, D, E, F, G, H, I)[src]Implementors
impl IntoPy<Py<CancelledError>> for &CancelledError[src]
impl IntoPy<Py<CancelledError>> for &CancelledError[src]fn into_py(self, py: Python<'_>) -> Py<CancelledError>[src]
impl IntoPy<Py<IncompleteReadError>> for &IncompleteReadError[src]
impl IntoPy<Py<IncompleteReadError>> for &IncompleteReadError[src]fn into_py(self, py: Python<'_>) -> Py<IncompleteReadError>[src]
impl IntoPy<Py<InvalidStateError>> for &InvalidStateError[src]
impl IntoPy<Py<InvalidStateError>> for &InvalidStateError[src]fn into_py(self, py: Python<'_>) -> Py<InvalidStateError>[src]
impl IntoPy<Py<LimitOverrunError>> for &LimitOverrunError[src]
impl IntoPy<Py<LimitOverrunError>> for &LimitOverrunError[src]fn into_py(self, py: Python<'_>) -> Py<LimitOverrunError>[src]
impl IntoPy<Py<QueueEmpty>> for &QueueEmpty[src]
impl IntoPy<Py<QueueEmpty>> for &QueueEmpty[src]fn into_py(self, py: Python<'_>) -> Py<QueueEmpty>[src]
impl IntoPy<Py<TimeoutError>> for &TimeoutError[src]
impl IntoPy<Py<TimeoutError>> for &TimeoutError[src]fn into_py(self, py: Python<'_>) -> Py<TimeoutError>[src]
impl IntoPy<Py<PyArithmeticError>> for &PyArithmeticError[src]
impl IntoPy<Py<PyArithmeticError>> for &PyArithmeticError[src]fn into_py(self, py: Python<'_>) -> Py<PyArithmeticError>[src]
impl IntoPy<Py<PyAssertionError>> for &PyAssertionError[src]
impl IntoPy<Py<PyAssertionError>> for &PyAssertionError[src]fn into_py(self, py: Python<'_>) -> Py<PyAssertionError>[src]
impl IntoPy<Py<PyAttributeError>> for &PyAttributeError[src]
impl IntoPy<Py<PyAttributeError>> for &PyAttributeError[src]fn into_py(self, py: Python<'_>) -> Py<PyAttributeError>[src]
impl IntoPy<Py<PyBaseException>> for &PyBaseException[src]
impl IntoPy<Py<PyBaseException>> for &PyBaseException[src]fn into_py(self, py: Python<'_>) -> Py<PyBaseException>[src]
impl IntoPy<Py<PyBlockingIOError>> for &PyBlockingIOError[src]
impl IntoPy<Py<PyBlockingIOError>> for &PyBlockingIOError[src]fn into_py(self, py: Python<'_>) -> Py<PyBlockingIOError>[src]
impl IntoPy<Py<PyBrokenPipeError>> for &PyBrokenPipeError[src]
impl IntoPy<Py<PyBrokenPipeError>> for &PyBrokenPipeError[src]fn into_py(self, py: Python<'_>) -> Py<PyBrokenPipeError>[src]
impl IntoPy<Py<PyBufferError>> for &PyBufferError[src]
impl IntoPy<Py<PyBufferError>> for &PyBufferError[src]fn into_py(self, py: Python<'_>) -> Py<PyBufferError>[src]
impl IntoPy<Py<PyChildProcessError>> for &PyChildProcessError[src]
impl IntoPy<Py<PyChildProcessError>> for &PyChildProcessError[src]fn into_py(self, py: Python<'_>) -> Py<PyChildProcessError>[src]
impl IntoPy<Py<PyConnectionAbortedError>> for &PyConnectionAbortedError[src]
impl IntoPy<Py<PyConnectionAbortedError>> for &PyConnectionAbortedError[src]fn into_py(self, py: Python<'_>) -> Py<PyConnectionAbortedError>[src]
impl IntoPy<Py<PyConnectionError>> for &PyConnectionError[src]
impl IntoPy<Py<PyConnectionError>> for &PyConnectionError[src]fn into_py(self, py: Python<'_>) -> Py<PyConnectionError>[src]
impl IntoPy<Py<PyConnectionRefusedError>> for &PyConnectionRefusedError[src]
impl IntoPy<Py<PyConnectionRefusedError>> for &PyConnectionRefusedError[src]fn into_py(self, py: Python<'_>) -> Py<PyConnectionRefusedError>[src]
impl IntoPy<Py<PyConnectionResetError>> for &PyConnectionResetError[src]
impl IntoPy<Py<PyConnectionResetError>> for &PyConnectionResetError[src]fn into_py(self, py: Python<'_>) -> Py<PyConnectionResetError>[src]
impl IntoPy<Py<PyEOFError>> for &PyEOFError[src]
impl IntoPy<Py<PyEOFError>> for &PyEOFError[src]fn into_py(self, py: Python<'_>) -> Py<PyEOFError>[src]
impl IntoPy<Py<PyEnvironmentError>> for &PyEnvironmentError[src]
impl IntoPy<Py<PyEnvironmentError>> for &PyEnvironmentError[src]fn into_py(self, py: Python<'_>) -> Py<PyEnvironmentError>[src]
impl IntoPy<Py<PyException>> for &PyException[src]
impl IntoPy<Py<PyException>> for &PyException[src]fn into_py(self, py: Python<'_>) -> Py<PyException>[src]
impl IntoPy<Py<PyFileExistsError>> for &PyFileExistsError[src]
impl IntoPy<Py<PyFileExistsError>> for &PyFileExistsError[src]fn into_py(self, py: Python<'_>) -> Py<PyFileExistsError>[src]
impl IntoPy<Py<PyFileNotFoundError>> for &PyFileNotFoundError[src]
impl IntoPy<Py<PyFileNotFoundError>> for &PyFileNotFoundError[src]fn into_py(self, py: Python<'_>) -> Py<PyFileNotFoundError>[src]
impl IntoPy<Py<PyFloatingPointError>> for &PyFloatingPointError[src]
impl IntoPy<Py<PyFloatingPointError>> for &PyFloatingPointError[src]fn into_py(self, py: Python<'_>) -> Py<PyFloatingPointError>[src]
impl IntoPy<Py<PyGeneratorExit>> for &PyGeneratorExit[src]
impl IntoPy<Py<PyGeneratorExit>> for &PyGeneratorExit[src]fn into_py(self, py: Python<'_>) -> Py<PyGeneratorExit>[src]
impl IntoPy<Py<PyImportError>> for &PyImportError[src]
impl IntoPy<Py<PyImportError>> for &PyImportError[src]fn into_py(self, py: Python<'_>) -> Py<PyImportError>[src]
impl IntoPy<Py<PyIndexError>> for &PyIndexError[src]
impl IntoPy<Py<PyIndexError>> for &PyIndexError[src]fn into_py(self, py: Python<'_>) -> Py<PyIndexError>[src]
impl IntoPy<Py<PyInterruptedError>> for &PyInterruptedError[src]
impl IntoPy<Py<PyInterruptedError>> for &PyInterruptedError[src]fn into_py(self, py: Python<'_>) -> Py<PyInterruptedError>[src]
impl IntoPy<Py<PyIsADirectoryError>> for &PyIsADirectoryError[src]
impl IntoPy<Py<PyIsADirectoryError>> for &PyIsADirectoryError[src]fn into_py(self, py: Python<'_>) -> Py<PyIsADirectoryError>[src]
impl IntoPy<Py<PyKeyError>> for &PyKeyError[src]
impl IntoPy<Py<PyKeyError>> for &PyKeyError[src]fn into_py(self, py: Python<'_>) -> Py<PyKeyError>[src]
impl IntoPy<Py<PyKeyboardInterrupt>> for &PyKeyboardInterrupt[src]
impl IntoPy<Py<PyKeyboardInterrupt>> for &PyKeyboardInterrupt[src]fn into_py(self, py: Python<'_>) -> Py<PyKeyboardInterrupt>[src]
impl IntoPy<Py<PyLookupError>> for &PyLookupError[src]
impl IntoPy<Py<PyLookupError>> for &PyLookupError[src]fn into_py(self, py: Python<'_>) -> Py<PyLookupError>[src]
impl IntoPy<Py<PyMemoryError>> for &PyMemoryError[src]
impl IntoPy<Py<PyMemoryError>> for &PyMemoryError[src]fn into_py(self, py: Python<'_>) -> Py<PyMemoryError>[src]
impl IntoPy<Py<PyModuleNotFoundError>> for &PyModuleNotFoundError[src]
impl IntoPy<Py<PyModuleNotFoundError>> for &PyModuleNotFoundError[src]fn into_py(self, py: Python<'_>) -> Py<PyModuleNotFoundError>[src]
impl IntoPy<Py<PyNameError>> for &PyNameError[src]
impl IntoPy<Py<PyNameError>> for &PyNameError[src]fn into_py(self, py: Python<'_>) -> Py<PyNameError>[src]
impl IntoPy<Py<PyNotADirectoryError>> for &PyNotADirectoryError[src]
impl IntoPy<Py<PyNotADirectoryError>> for &PyNotADirectoryError[src]fn into_py(self, py: Python<'_>) -> Py<PyNotADirectoryError>[src]
impl IntoPy<Py<PyNotImplementedError>> for &PyNotImplementedError[src]
impl IntoPy<Py<PyNotImplementedError>> for &PyNotImplementedError[src]fn into_py(self, py: Python<'_>) -> Py<PyNotImplementedError>[src]
impl IntoPy<Py<PyOverflowError>> for &PyOverflowError[src]
impl IntoPy<Py<PyOverflowError>> for &PyOverflowError[src]fn into_py(self, py: Python<'_>) -> Py<PyOverflowError>[src]
impl IntoPy<Py<PyPermissionError>> for &PyPermissionError[src]
impl IntoPy<Py<PyPermissionError>> for &PyPermissionError[src]fn into_py(self, py: Python<'_>) -> Py<PyPermissionError>[src]
impl IntoPy<Py<PyProcessLookupError>> for &PyProcessLookupError[src]
impl IntoPy<Py<PyProcessLookupError>> for &PyProcessLookupError[src]fn into_py(self, py: Python<'_>) -> Py<PyProcessLookupError>[src]
impl IntoPy<Py<PyRecursionError>> for &PyRecursionError[src]
impl IntoPy<Py<PyRecursionError>> for &PyRecursionError[src]fn into_py(self, py: Python<'_>) -> Py<PyRecursionError>[src]
impl IntoPy<Py<PyReferenceError>> for &PyReferenceError[src]
impl IntoPy<Py<PyReferenceError>> for &PyReferenceError[src]fn into_py(self, py: Python<'_>) -> Py<PyReferenceError>[src]
impl IntoPy<Py<PyRuntimeError>> for &PyRuntimeError[src]
impl IntoPy<Py<PyRuntimeError>> for &PyRuntimeError[src]fn into_py(self, py: Python<'_>) -> Py<PyRuntimeError>[src]
impl IntoPy<Py<PyStopAsyncIteration>> for &PyStopAsyncIteration[src]
impl IntoPy<Py<PyStopAsyncIteration>> for &PyStopAsyncIteration[src]fn into_py(self, py: Python<'_>) -> Py<PyStopAsyncIteration>[src]
impl IntoPy<Py<PyStopIteration>> for &PyStopIteration[src]
impl IntoPy<Py<PyStopIteration>> for &PyStopIteration[src]fn into_py(self, py: Python<'_>) -> Py<PyStopIteration>[src]
impl IntoPy<Py<PySyntaxError>> for &PySyntaxError[src]
impl IntoPy<Py<PySyntaxError>> for &PySyntaxError[src]fn into_py(self, py: Python<'_>) -> Py<PySyntaxError>[src]
impl IntoPy<Py<PySystemError>> for &PySystemError[src]
impl IntoPy<Py<PySystemError>> for &PySystemError[src]fn into_py(self, py: Python<'_>) -> Py<PySystemError>[src]
impl IntoPy<Py<PySystemExit>> for &PySystemExit[src]
impl IntoPy<Py<PySystemExit>> for &PySystemExit[src]fn into_py(self, py: Python<'_>) -> Py<PySystemExit>[src]
impl IntoPy<Py<PyTimeoutError>> for &PyTimeoutError[src]
impl IntoPy<Py<PyTimeoutError>> for &PyTimeoutError[src]fn into_py(self, py: Python<'_>) -> Py<PyTimeoutError>[src]
impl IntoPy<Py<PyTypeError>> for &PyTypeError[src]
impl IntoPy<Py<PyTypeError>> for &PyTypeError[src]fn into_py(self, py: Python<'_>) -> Py<PyTypeError>[src]
impl IntoPy<Py<PyUnboundLocalError>> for &PyUnboundLocalError[src]
impl IntoPy<Py<PyUnboundLocalError>> for &PyUnboundLocalError[src]fn into_py(self, py: Python<'_>) -> Py<PyUnboundLocalError>[src]
impl IntoPy<Py<PyUnicodeDecodeError>> for &PyUnicodeDecodeError[src]
impl IntoPy<Py<PyUnicodeDecodeError>> for &PyUnicodeDecodeError[src]fn into_py(self, py: Python<'_>) -> Py<PyUnicodeDecodeError>[src]
impl IntoPy<Py<PyUnicodeEncodeError>> for &PyUnicodeEncodeError[src]
impl IntoPy<Py<PyUnicodeEncodeError>> for &PyUnicodeEncodeError[src]fn into_py(self, py: Python<'_>) -> Py<PyUnicodeEncodeError>[src]
impl IntoPy<Py<PyUnicodeError>> for &PyUnicodeError[src]
impl IntoPy<Py<PyUnicodeError>> for &PyUnicodeError[src]fn into_py(self, py: Python<'_>) -> Py<PyUnicodeError>[src]
impl IntoPy<Py<PyUnicodeTranslateError>> for &PyUnicodeTranslateError[src]
impl IntoPy<Py<PyUnicodeTranslateError>> for &PyUnicodeTranslateError[src]fn into_py(self, py: Python<'_>) -> Py<PyUnicodeTranslateError>[src]
impl IntoPy<Py<PyValueError>> for &PyValueError[src]
impl IntoPy<Py<PyValueError>> for &PyValueError[src]fn into_py(self, py: Python<'_>) -> Py<PyValueError>[src]
impl IntoPy<Py<PyZeroDivisionError>> for &PyZeroDivisionError[src]
impl IntoPy<Py<PyZeroDivisionError>> for &PyZeroDivisionError[src]fn into_py(self, py: Python<'_>) -> Py<PyZeroDivisionError>[src]
impl IntoPy<Py<PanicException>> for &PanicException[src]
impl IntoPy<Py<PanicException>> for &PanicException[src]fn into_py(self, py: Python<'_>) -> Py<PanicException>[src]
impl IntoPy<Py<PyByteArray>> for &PyByteArray[src]
impl IntoPy<Py<PyByteArray>> for &PyByteArray[src]fn into_py(self, py: Python<'_>) -> Py<PyByteArray>[src]
impl IntoPy<Py<PyCFunction>> for &PyCFunction[src]
impl IntoPy<Py<PyCFunction>> for &PyCFunction[src]fn into_py(self, py: Python<'_>) -> Py<PyCFunction>[src]
impl IntoPy<Py<PyDateTime>> for &PyDateTime[src]
impl IntoPy<Py<PyDateTime>> for &PyDateTime[src]fn into_py(self, py: Python<'_>) -> Py<PyDateTime>[src]
impl IntoPy<Py<PyFrozenSet>> for &PyFrozenSet[src]
impl IntoPy<Py<PyFrozenSet>> for &PyFrozenSet[src]fn into_py(self, py: Python<'_>) -> Py<PyFrozenSet>[src]
impl IntoPy<Py<PyFunction>> for &PyFunction[src]
impl IntoPy<Py<PyFunction>> for &PyFunction[src]fn into_py(self, py: Python<'_>) -> Py<PyFunction>[src]
impl IntoPy<Py<PyIterator>> for &PyIterator[src]
impl IntoPy<Py<PyIterator>> for &PyIterator[src]fn into_py(self, py: Python<'_>) -> Py<PyIterator>[src]
impl IntoPy<Py<PySequence>> for &PySequence[src]
impl IntoPy<Py<PySequence>> for &PySequence[src]