pyo3/examples/rustapi_module
Sebastian Pütz 5bbca1a052 Set the module of #[pyfunction]s.
Previously neither the module nor the name of the module of
pyfunctions were registered. This commit passes the module and
its name when creating a new pyfunction.

PyModule::add_function and PyModule::add_module have been added and are
set to replace `add_wrapped` in a future release. `add_wrapped` is kept
for compatibility reasons during the transition.

Depending on whether a `PyModule` or `Python` is the argument for the
Python function-wrapper, the module will be registered with the function.
2020-09-03 14:49:28 +02:00
..
rustapi_module
src Set the module of #[pyfunction]s. 2020-09-03 14:49:28 +02:00
tests Use travis's pypy binary instead of anaconda 2020-06-27 19:45:31 +09:00
Cargo.toml
MANIFEST.in
pyproject.toml
requirements-dev.txt
setup.py
tox.ini Use travis's pypy binary instead of anaconda 2020-06-27 19:45:31 +09:00