lw0
Results
1
issues of
lw0
When `renderer.py:render()` checks for a list-like object in line 299, it asks for a `collections.abc.Iterator` instance. I believe however, the intended semantics are in the `collections.abc.Iterable` class. As far as...