pyo3/guide
Gertjan van Zwieten 0e40277112 add missing annotation to PyCounter.__call__
This patch annotates the `__call__` method of `PyCounter` in example: callable
objects with `#[args(args="*", kwargs="**")]`. Without it (at least in PyO3
0.15.0) the example fails with `TypeError: counter.__call__() missing 1
required positional argument: 'args'`.
2021-11-15 09:01:05 +01:00
..
src add missing annotation to PyCounter.__call__ 2021-11-15 09:01:05 +01:00
book.toml guide: fixups to build 2021-04-03 10:50:57 +01:00
pyo3_version.py docs: pyo3 config files 2021-11-10 08:34:54 +00:00