The code is using the language arg unpacking rather than expicitly doing
it, and recursively calling the class method with the wrong number of
arguments (relying on the unpacking). Ideally, the code should do this
explicitly but as a workaround, add a default to prevent pylint
confusion.
The code is using the language arg unpacking rather than expicitly doing it, and recursively calling the class method with the wrong number of arguments (relying on the unpacking). Ideally, the code should do this explicitly but as a workaround, add a default to prevent pylint confusion.
Fixes issue #93