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

Rework wrapper parameters to be more flexible (support regex timeout) #113

Merged
merged 1 commit into from
Mar 23, 2019

Conversation

facelessuser
Copy link
Owner

This changes the wrapper function inputs to accept *args and **kwargs
instead of explicitly specifying parameters. This allows the API of the
underlying library to change without affecting our wrapper.
Fixes #112

This changes the wrapper function inputs to accept *args and **kwargs
instead of explicitly specifying parameters. This allows the API of the
underlying library to change without affecting our wrapper.
Fixes #112
@facelessuser facelessuser merged commit 8e98706 into master Mar 23, 2019
@facelessuser facelessuser deleted the flexible-params branch March 24, 2019 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant