Backport of insect module from Python3.13
- Fully typed with annotations and checked with mypy, PEP561 compatible
- Add yours!
pip install inspect313Showcase how your project can be used:
from inspect313.example import some_function
print(some_function(3, 4))
# => 7This project was generated with wemake-python-package. Current template version is: fd12a6bfd37eeb665fd971e7f92bf429b974b8fb. See what is updated since then.