Uh oh!
There was an error while loading. Please reload this page.
Basic implementation of Translate API. - #1772
Conversation
dhermes
commented
May 3, 2016
I just added a |
| @@ -0,0 +1,18 @@ | |||
| # Copyright 2015 Google Inc. All rights reserved. | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
tseaver
commented
May 12, 2016
pylint failure: |
dhermes
commented
May 13, 2016
tseaver
commented
May 13, 2016
LGTM |
jgeewax
commented
May 13, 2016
@dhermes : Didn't notice the updated comment -- lmk what you think. |
| .. automodule:: gcloud.translate.client | ||
| :members: | ||
| :undoc-members: |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| :rtype: list | ||
| :returns: A list of dictionaries for each queried value. Each | ||
| dictionary typically contains three keys (though not | ||
| all will be present in all cases) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Test forthcoming after API discussion.
Also fixing a few broken docs.
- Dropping _zip_assert - Making multiple detections for a single value disallowed - Allow a default target language
dhermes
commented
May 17, 2016
| class Client(object): | ||
| """Client to bundle configuration needed for API requests. | ||
| :type key: str |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
tseaver
commented
May 17, 2016
dhermes
commented
May 17, 2016
Thanks for the Pylint pointer. It was worse than a lint failure, was actually a broken system test (using the old |
dhermes
commented
May 23, 2016
tseaver
commented
May 23, 2016
LGTM |
dhermes
commented
May 23, 2016
@jgeewax I'll merge in 24 hours if I don't hear from you. |
jgeewax
commented
May 24, 2016
lgtm |
dhermes
commented
May 24, 2016
Blerg! I forgot to squash commits. I wish GitHub had a way to block until squashed (if the author so chooses). |
* feat: support dict param for dataframe.agg() * fix lint * add more tests * fix lint
Test forthcoming after API discussion.Tests added in 2nd commit.
/cc @daspecster