pyo3/pyo3-macros-backend/src
2021-03-28 11:01:51 +01:00
..
attrs.rs add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
defs.rs Merge pull request #1446 from davidhewitt/no-pyproto-inventory 2021-02-26 09:09:23 +00:00
from_pyobject.rs add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
konst.rs
lib.rs pymethods: make inventory optional 2021-03-04 19:52:58 +00:00
method.rs Allow #[name] with #[getter] and #[setter] 2021-03-18 19:35:17 +01:00
module.rs 1506: fixes to macro hygiene 2021-03-28 11:01:51 +01:00
proto_method.rs pyproto: small refactoring to backend macro 2021-01-15 00:21:16 +00:00
pyclass.rs Ban pyo3(get, set) on tuple struct field 2021-03-19 10:17:06 +08:00
pyfunction.rs add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
pyimpl.rs pymethods: make inventory optional 2021-03-04 19:52:58 +00:00
pymethod.rs 1506: fixes to macro hygiene 2021-03-28 11:01:51 +01:00
pyproto.rs macros-backend: support noargs for pyproto py_methods 2021-03-08 23:56:08 +00:00
utils.rs Ignore syn::Type::Group in is_python 2021-03-18 18:56:53 +01:00