pyo3/src
2022-11-18 07:00:40 +01:00
..
conversions Add {Py,PyAny}::downcast_unchecked to replace try_from_unchecked calls 2022-11-18 07:00:40 +01:00
err Export warning classes and add PyErr::warn_explicit() (#2742) 2022-11-17 19:30:48 +01:00
ffi datetime: support timezone bindings 2022-07-13 22:05:17 +01:00
impl_ add #[pyo3(signature = (...))] attribute (#2702) 2022-10-25 07:23:21 +01:00
inspect docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
pycell docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
pyclass docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
test_hygiene add #[pyo3(signature = (...))] attribute (#2702) 2022-10-25 07:23:21 +01:00
types Add {Py,PyAny}::downcast_unchecked to replace try_from_unchecked calls 2022-11-18 07:00:40 +01:00
buffer.rs docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
callback.rs introduce trampolines for methods (#2705) 2022-10-25 07:22:36 +01:00
conversion.rs IntoPy and FromPyObject allow the retrieval of the type information 2022-09-06 21:30:36 +02:00
derive_utils.rs pyfunction: use extract_argument with holder to avoid extractext 2022-07-14 08:42:22 +01:00
exceptions.rs Export warning classes and add PyErr::warn_explicit() (#2742) 2022-11-17 19:30:48 +01:00
gil.rs Deprecate acquire_gil 2022-08-15 03:34:47 +02:00
impl_.rs introduce trampolines for methods (#2705) 2022-10-25 07:22:36 +01:00
instance.rs Add {Py,PyAny}::downcast_unchecked to replace try_from_unchecked calls 2022-11-18 07:00:40 +01:00
internal_tricks.rs
lib.rs crate doc: add missing links to chrono subpage/crate doc (#2743) 2022-11-16 20:39:59 +00:00
macros.rs
marker.rs docs: note with_gil auto-creates thread state 2022-08-23 20:49:14 +01:00
marshal.rs
once_cell.rs docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
panic.rs safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
prelude.rs pyproto: remove deprecated feature 2022-09-06 08:38:44 +01:00
pycell.rs introduce trampolines for methods (#2705) 2022-10-25 07:22:36 +01:00
pyclass.rs introduce trampolines for methods (#2705) 2022-10-25 07:22:36 +01:00
pyclass_init.rs pyclass: tidy up frozen implementation 2022-08-21 08:21:06 +01:00
type_object.rs docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
version.rs