pyo3/pyo3-macros-backend/src
David Hewitt f4c834f5fc
Merge pull request #1843 from PyO3/pymethods_hygiene
more macro hygiene cleanup: test #[pymethods] and more arg parsing and protos
2021-08-29 11:26:10 +01:00
..
attributes.rs
defs.rs more macro hygiene cleanup: test #[pymethods] and more arg parsing and protos 2021-08-28 18:05:32 +02:00
deprecations.rs more macro hygiene cleanup: test #[pymethods] and more arg parsing and protos 2021-08-28 18:05:32 +02:00
from_pyobject.rs more macro hygiene cleanup: test the FromPyObject derive macro 2021-08-28 16:42:29 +02:00
konst.rs
lib.rs
method.rs Merge pull request #1843 from PyO3/pymethods_hygiene 2021-08-29 11:26:10 +01:00
module.rs pyo3-macros-backend: support macros inside doc attributes 2021-08-28 22:47:20 +01:00
params.rs more macro hygiene cleanup: test #[pymethods] and more arg parsing and protos 2021-08-28 18:05:32 +02:00
proto_method.rs more macro hygiene cleanup: test #[pymethods] and more arg parsing and protos 2021-08-28 18:05:32 +02:00
pyclass.rs pyo3-macros-backend: support macros inside doc attributes 2021-08-28 22:47:20 +01:00
pyfunction.rs pyo3-macros-backend: support macros inside doc attributes 2021-08-28 22:47:20 +01:00
pyimpl.rs more macro hygiene cleanup: test #[pymethods] and more arg parsing and protos 2021-08-28 18:05:32 +02:00
pymethod.rs Merge pull request #1843 from PyO3/pymethods_hygiene 2021-08-29 11:26:10 +01:00
pyproto.rs more macro hygiene cleanup: test #[pymethods] and more arg parsing and protos 2021-08-28 18:05:32 +02:00
utils.rs pyo3-macros-backend: support macros inside doc attributes 2021-08-28 22:47:20 +01:00