pyo3/src
2022-02-06 23:26:57 +00:00
..
class pyproto: split into new feature 2022-02-05 16:51:31 +00:00
conversions Remove useless allow(lint)'s 2022-01-21 01:08:36 +01:00
err Merge branch 'PyO3:main' into exception_docstring 2021-12-14 17:13:24 +01:00
ffi move ffi module to separate crate 2022-01-31 13:27:16 +01:00
impl_ refactor: inline pyclass_intrinsic_items 2022-02-06 23:26:57 +00:00
test_hygiene fix tests 2022-01-06 09:59:10 +02:00
types Add Mapping::contains (#2133) 2022-02-06 00:35:43 +00:00
buffer.rs Remove useless allow(lint)'s 2022-01-21 01:08:36 +01:00
callback.rs opt: improve handle_panic generated code 2021-12-24 00:17:04 +00:00
conversion.rs rust: support 1.57 2021-12-08 07:10:16 +00:00
derive_utils.rs pyfunction: allow wrap_pyfunction to work on imports (even cross-crate) 2022-01-07 08:43:05 +00:00
exceptions.rs Merge branch 'PyO3:main' into exception_docstring 2021-12-14 17:13:24 +01:00
gil.rs Remove useless allow(lint)'s 2022-01-21 01:08:36 +01:00
impl_.rs pyfunction: allow wrap_pyfunction to work on imports (even cross-crate) 2022-01-07 08:43:05 +00:00
instance.rs chore: cleanup old todo 2022-02-05 09:00:00 +00:00
internal_tricks.rs cleanup: always enable #[track_caller] 2022-01-16 19:16:36 +00:00
lib.rs pyproto: split into new feature 2022-02-05 16:51:31 +00:00
macros.rs macros: accept paths in wrap_x macros 2021-12-30 12:46:57 +00:00
marshal.rs Remove doc_cfg attributes 2021-10-17 15:47:09 +02:00
once_cell.rs Remove useless allow(lint)'s 2022-01-21 01:08:36 +01:00
panic.rs opt: improve handle_panic generated code 2021-12-24 00:17:04 +00:00
prelude.rs pyproto: split into new feature 2022-02-05 16:51:31 +00:00
pycell.rs pyproto: split into new feature 2022-02-05 16:51:31 +00:00
pyclass.rs pyclass: simplify generated code for PyClassImpl 2022-02-05 16:58:01 +00:00
pyclass_init.rs pyproto: split into new feature 2022-02-05 16:51:31 +00:00
python.rs opt: improve handle_panic generated code 2021-12-24 00:17:04 +00:00
type_object.rs pyclass: simplify generated code for PyClassImpl 2022-02-05 16:58:01 +00:00