ethereum / eth-utils

Utility functions for working with ethereum related codebases.
https://eth-utils.readthedocs.io/en/latest/
MIT License
312 stars 148 forks source link

Improve combomethod type hints #264

Open darwintree opened 7 months ago

darwintree commented 7 months ago

What was wrong?

Related to Issue #236 Closes #236

How was it fixed?

This commit adopts the solution from here. It uses ParamSpec and Concatenate added in python3.10. And in order to use this feature minor to 3.10, typing-extensions dependency is added in setup.py

Todo:

Cute Animal Picture

image