pyo3/examples/plugin/plugin_api
Matthew Neeley 68ec6de0c9
Use single-arg form of `#[pymodule]` function in docs and tests (#3899)
* Use single-arg form for `#[pymodule]` functions in docs and tests

* Update guide/src/function.md

Co-authored-by: Icxolu <10486322+Icxolu@users.noreply.github.com>

* Add test of two-argument module function

* Fix new test

---------

Co-authored-by: Icxolu <10486322+Icxolu@users.noreply.github.com>
2024-02-28 22:36:50 +00:00
..
src Use single-arg form of `#[pymodule]` function in docs and tests (#3899) 2024-02-28 22:36:50 +00:00
tests ci: switch from black to ruff 2023-10-26 21:04:49 +01:00
Cargo.toml added a plugin example that shows how to integrate a Python plugin into a Rust app while having option to test API without the main app 2023-01-27 08:34:09 +00:00
noxfile.py examples: remove requirements-dev.txt files 2023-10-26 08:24:30 +01:00
pyproject.toml examples: remove requirements-dev.txt files 2023-10-26 08:24:30 +01:00