The Wayback Machine - https://web.archive.org/web/20220517151219/https://github.com/RustPython/RustPython/issues/3637
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Summary
#[pyclass]
=>#[py::class]
#[pyimpl]
=>#[py::class]
// I think we can distinguish this from macro#[pyattr]
=>#[py::attr]
#[pyfunction]
=>#[py::function]
#[pyslot]
=>#[py::slot]
#[pymethod]
=>#[py::method]
#[pyproperty]
=>#[py::property]
Detailed Explanation
Drawbacks, Rationale, and Alternatives
Unresolved Questions
The text was updated successfully, but these errors were encountered: