-
Notifications
You must be signed in to change notification settings - Fork 304
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
feat: add type hints to methods #157
Comments
@darwinyip Description of the following statements:
|
@darwinyip Did above explanation helped you? |
@HemangChothani Yes it did. Thank you. However main issue I am raising is the lack of documentation around it. |
@darwinyip Is you concern related to type hints, types to method params. |
Should i mention return type of all the public methods of all the classes? Edit: Should we include |
Having typings in the library would help and saw that there is a PR opened for that. However, the documentation is somewhat lacking.
It is hard to tell what the methods return and are all the parameters while looking at the docs https://googleapis.dev/python/bigquery/latest/generated/google.cloud.bigquery.client.Client.html
For example, in the tutorial: what is the difference between these 2 table objects created?
The text was updated successfully, but these errors were encountered: