Closed
Description
When naming the keyword arguments variable, the standard convention in python is to call it kwargs
. Naming it config
tends to throw off some introspection tools. Would you consider a PR to rename them to kwargs
across the board?
Example: https://github.com/hardbyte/python-can/blob/develop/can/bus.py#L36