Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fillerbase: Drop usage of inspect.getargspec() (#14)
inspect.getargspec() was deprecated in Python 3.3, and removed in Python 3.11. Change to using inspect.signature to see if the method accepts keyword arguments. Fixes: #13
- Loading branch information