pyo3/src
2022-12-25 08:45:36 +00:00
..
conversions accept any iterator for PySet::new and PyFrozenSet::new 2022-12-04 09:54:34 +00:00
err Use Python::get_type() instead of PyTypeInfo::type_object() 2022-11-20 15:16:18 +01:00
ffi
impl_ allow **kwargs to take arguments which conflict with positional-only parameters 2022-12-17 07:22:28 +00: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 pypy: enable PyList::get_item_unchecked 2022-12-25 08:45:36 +00: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 Fix coding style in docstrings. 2022-11-23 07:42:17 +01:00
gil.rs Fix coding style in docstrings. 2022-11-23 07:42:17 +01:00
impl_.rs introduce trampolines for methods (#2705) 2022-10-25 07:22:36 +01:00
instance.rs Make downcast() methods inline 2022-11-20 13:14:54 +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 Fix coding style in docstrings. 2022-11-23 07:42:17 +01:00
marshal.rs
once_cell.rs Fix coding style in docstrings. 2022-11-23 07:42:17 +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 Fix coding style in docstrings. 2022-11-23 07:42:17 +01:00
pyclass.rs Fix coding style in docstrings. 2022-11-23 07:42:17 +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