You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by cc...@apache.org on 2018/07/02 23:55:58 UTC

[beam] 01/01: Merge pull request #5337 from RobbeSneyders/typehints

This is an automated email from the ASF dual-hosted git repository.

ccy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit a56ce43109c97c739fa08adca45528c41e3c925c
Merge: f53bc09 7b79c0d
Author: Charles Chen <ch...@users.noreply.github.com>
AuthorDate: Mon Jul 2 16:55:52 2018 -0700

    Merge pull request #5337 from RobbeSneyders/typehints
    
    [BEAM-4007] Futurize typehints subpackage

 sdks/python/apache_beam/typehints/__init__.py      |  2 ++
 sdks/python/apache_beam/typehints/decorators.py    |  9 +++++++--
 .../typehints/native_type_compatibility.py         |  4 ++++
 .../typehints/native_type_compatibility_test.py    |  2 ++
 sdks/python/apache_beam/typehints/opcodes.py       |  9 ++++++---
 .../apache_beam/typehints/trivial_inference.py     | 13 ++++++++++++-
 .../typehints/trivial_inference_test.py            |  3 +++
 sdks/python/apache_beam/typehints/typecheck.py     | 21 +++++++++++++--------
 .../apache_beam/typehints/typed_pipeline_test.py   |  3 +++
 sdks/python/apache_beam/typehints/typehints.py     | 22 +++++++++++++++++-----
 .../python/apache_beam/typehints/typehints_test.py |  5 +++++
 sdks/python/tox.ini                                |  1 +
 12 files changed, 75 insertions(+), 19 deletions(-)