chevron icon indicating copy to clipboard operation
chevron copied to clipboard

Use **kwargs instead of using so many parameters

Open noahmorrison opened this issue 5 years ago • 0 comments

Example: the render function in render.py

Not sure why I did it that way? seems wrong. Definitely harder to use since any time you update the parameter list you need to update the recursive calls as well

noahmorrison avatar Jan 02 '21 20:01 noahmorrison