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

Pass instantiated types to type_guess #181

Open
edurand opened this issue Sep 1, 2017 · 0 comments
Open

Pass instantiated types to type_guess #181

edurand opened this issue Sep 1, 2017 · 0 comments

Comments

@edurand
Copy link

edurand commented Sep 1, 2017

Hello,

At the moment, type_guess takes a types optional argument that is a list of type classes for data to be checked against.

I think the code would be more flexible if instead it took instances of type objects. Then users could modify the classes a little more easily. e.g. one could change the defaults of BoolType, which I find matching way too many things as is, especially on a sample of the file.

Thanks

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

No branches or pull requests

1 participant