We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
py::
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#[pyclass]
#[py::class]
#[pyimpl]
#[pyattr]
#[py::attr]
#[pyfunction]
#[py::function]
#[pyslot]
#[py::slot]
#[pymethod]
#[py::method]
#[pyproperty]
#[py::property]
The text was updated successfully, but these errors were encountered:
How would rustfmt deal with the colon?
Sorry, something went wrong.
py:
I added another colon to negotiate with rustfmt
@coolreader18 I hope we can do this before next release
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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: