pyo3/pyo3-derive-backend/src
kngwyu e7092fe630 Make PyCFunction more backward-compatible 2020-10-09 01:35:55 +09:00
..
defs.rs Encapsule slot_setter's behavior to an iterator 2020-08-20 14:41:51 +09:00
from_pyobject.rs Fix clippy warnings 2020-10-09 00:28:16 +09: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 Keyword only arguments (#1209) 2020-10-01 13:34:54 +09:00
module.rs Make PyCFunction more backward-compatible 2020-10-09 01:35:55 +09:00
proto_method.rs Remove proc-macro panics. 2020-09-01 20:27:47 +02:00
pyclass.rs Use &'static CStr for representing method names and docs 2020-10-08 17:26:55 +09:00
pyfunction.rs Keyword only arguments (#1209) 2020-10-01 13:34:54 +09:00
pyimpl.rs Use &'static CStr for representing method names and docs 2020-10-08 17:26:55 +09:00
pymethod.rs Use &'static CStr for representing method names and docs 2020-10-08 17:26:55 +09:00
pyproto.rs Use &'static CStr for representing method names and docs 2020-10-08 17:26:55 +09:00
utils.rs Refactor proc_macro optional / python detection 2020-09-02 08:01:21 +01:00