pyo3/pyo3-macros-backend/src
2023-12-20 09:56:16 +01:00
..
pyfunction feat: add coroutine::CancelHandle 2023-12-04 07:46:51 +01:00
attributes.rs feat: add coroutine::CancelHandle 2023-12-04 07:46:51 +01:00
deprecations.rs remove all functionality deprecated in 0.19 2023-11-27 22:02:19 +00:00
frompyobject.rs
konst.rs
lib.rs
method.rs Fix some holdouts from using argument holders for lifetime extensions. 2023-12-20 09:56:16 +01:00
module.rs
params.rs Fix some holdouts from using argument holders for lifetime extensions. 2023-12-20 09:56:16 +01:00
pyclass.rs replace PyTryFrom by splitting PyTypeInfo 2023-12-05 08:01:30 +03:00
pyfunction.rs feat: add coroutine::CancelHandle 2023-12-04 07:46:51 +01:00
pyimpl.rs emit compile errors on macros inside #[pymethods] 2023-10-02 22:15:29 +01:00
pymethod.rs Also replace IterANextOutput by autoref-based specialization to allow returning arbitrary values 2023-12-20 09:56:16 +01:00
quotes.rs refactor OkWrap to not call .into_py(py) 2023-11-24 10:41:08 +00:00
utils.rs feat: support async fn in macros with coroutine implementation 2023-11-22 20:25:36 +01:00