pyo3/pyo3-derive-backend/src
2020-09-06 01:50:39 +09:00
..
defs.rs Restructure protcol-table initialization 2020-09-06 01:50:39 +09:00
from_pyobject.rs More FromPyObject derive suggestions by @davidhewitt 2020-08-30 19:16:59 +02:00
konst.rs Allow #[classattr] on associated constants 2020-05-08 22:30:49 +02:00
lib.rs '#[derive(FromPyObject)]` changes suggested by @davidwhewitt. 2020-08-30 10:22:01 +02:00
method.rs Fix clippy warning of useless conversion 2020-07-17 19:06:56 +01:00
module.rs Rework Py methods and documentation 2020-08-09 12:29:25 +01:00
proto_method.rs Improve lifetime insertions for #[pyproto] 2020-08-10 15:18:16 +09:00
pyclass.rs PyObject -> pyo3::PyObject 2020-08-04 20:27:29 +09:00
pyfunction.rs Support Rust 1.39.0 2020-06-18 19:59:40 +09:00
pyimpl.rs Improve error messages in pyimpl.rs 2020-06-08 20:14:56 +01:00
pymethod.rs Enable &Self in #[pymethods] again 2020-07-28 20:55:38 +09:00
pyproto.rs Encapsule slot_setter's behavior to an iterator 2020-08-20 14:41:51 +09:00
utils.rs Allow #[getter] and #[setter] functions to take PyRef 2020-06-27 14:55:22 +01:00