Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

**config vs **kwargs #492

Closed
PeteAndersen opened this issue Jan 16, 2019 · 3 comments
Closed

**config vs **kwargs #492

PeteAndersen opened this issue Jan 16, 2019 · 3 comments

Comments

@PeteAndersen
Copy link

PeteAndersen commented Jan 16, 2019

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

@hardbyte
Copy link
Owner

Sure, I'd merge that

@PeteAndersen
Copy link
Author

Great! I'll have a PR ready in a couple days after some travel

@felixdivo
Copy link
Collaborator

@PeteAndersen Any updates on this ❓

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants