Add predicate inspect.ismethod to inspect.getmembers calls
Closed this issue · 0 comments
egoexpress commented
To speed up things a bit, add the inspect.ismethod predicate to the function calls of inspect.getmembers (as we only want to check methods if they match the required criteria or not).