a3ad28b70c
* Support Bound in pymodule and pyfunction macros Co-authored-by: David Hewitt <mail@davidhewitt.dev> * Remove spurious $ character Co-authored-by: Matthew Neeley <mneeley@gmail.com> * Rework PyCFunction::new_bound signatures This allows us to remove the awkward `PyFunctionArgumentsBound` enum. * Use BoundRef instead of BoundModule * support argument deduction for `wrap_pyfunction_bound!` * support `wrap_pyfunction!` with `Bound` input/output * Fix docs link to `wrap_pyfunction_bound!` * Revert back to wrap_pyfunction! --------- Co-authored-by: David Hewitt <mail@davidhewitt.dev> Co-authored-by: Matthew Neeley <mneeley@gmail.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT |