
jaraco.functools 4.4.0
0
Functools like those found in stdlib
Contents
Functools like those found in stdlib
Stars: 20, Watchers: 20, Forks: 14, Open Issues: 4The jaraco/jaraco.functools repo was created 10 years ago and the last code push was 1 months ago. The project is not very popular with only 20 github stars!
How to Install jaraco-functools
You can install jaraco-functools using pip
pip install jaraco-functools
or add it to a project with poetry
poetry add jaraco-functools
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/jaraco.functools/
- GitHub Repo:
- https://github.com/jaraco/jaraco.functools
Classifiers
Related Packages
Errors
A list of common jaraco-functools errors.
Code Examples
Here are some jaraco-functools code examples and snippets.
GitHub Issues
The jaraco-functools package has 4 open issues on GitHub
- Add support for subclasses in
@method_cache
pythonfix