Closed aep closed 5 years ago
nodes.py line 214 should probably say
valid = not getattr(func, 'starargs', None) and not getattr(func, 'kwargs', None)
since 3.5 doesnt have starargs
I've updated for Python 3.5 and beyond.
nodes.py line 214 should probably say
since 3.5 doesnt have starargs