pyo3/src
2023-12-21 12:28:12 +00:00
..
conversions Duration: drops truncation warning 2023-12-20 08:57:26 +01:00
coroutine
err make new downcast errors public API 2023-12-21 12:28:12 +00:00
ffi
impl_ Relax the error type in the Result<Option<T>, E>> specializations for __(a)next__. 2023-12-20 13:12:16 +01:00
inspect
pycell
pyclass
tests Adds std::duration::Duration from/to Python conversions 2023-12-20 08:57:26 +01:00
types make Bound and Borrowed types public API 2023-12-21 12:20:33 +00:00
buffer.rs
callback.rs
conversion.rs deprecate PyTryFrom and PyTryInto 2023-12-20 11:28:24 +00:00
coroutine.rs Replace IterNextOutput by autoref-based specialization to allow returning arbitrary values 2023-12-20 09:56:16 +01:00
derive_utils.rs
exceptions.rs
ffi_ptr_ext.rs Py2 -> Bound 2023-12-21 12:04:45 +00:00
gil.rs
impl_.rs
instance.rs make Bound and Borrowed types public API 2023-12-21 12:20:33 +00:00
internal_tricks.rs
lib.rs Py2 -> Bound 2023-12-21 12:04:45 +00:00
macros.rs
marker.rs
marshal.rs
panic.rs
prelude.rs make Bound and Borrowed types public API 2023-12-21 12:20:33 +00:00
py_result_ext.rs Py2 -> Bound 2023-12-21 12:04:45 +00:00
pycell.rs
pyclass.rs Also replace IterANextOutput by autoref-based specialization to allow returning arbitrary values 2023-12-20 09:56:16 +01:00
pyclass_init.rs
sync.rs Increase use of common get_or_try_init_type_ref helper when caching type objects. 2023-12-21 11:33:25 +01:00
test_utils.rs
type_object.rs deprecate PyTryFrom and PyTryInto 2023-12-20 11:28:24 +00:00
version.rs