Closes #3094
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/4a62fabd Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/4a62fabd Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/4a62fabd Branch: refs/heads/master Commit: 4a62fabdb30de3f9d1a539ee7e685b5151ed9ca1 Parents: 0fd0409 7881fd5 Author: Robert Bradshaw <[email protected]> Authored: Thu May 11 15:15:13 2017 -0700 Committer: Robert Bradshaw <[email protected]> Committed: Thu May 11 15:15:13 2017 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/internal/__init__.py | 2 ++ sdks/python/apache_beam/internal/gcp/__init__.py | 2 ++ sdks/python/apache_beam/pipeline.py | 2 +- sdks/python/apache_beam/pvalue.py | 11 +++++++++++ sdks/python/apache_beam/transforms/core.py | 8 ++++---- sdks/python/apache_beam/transforms/ptransform.py | 14 +++++++------- sdks/python/apache_beam/typehints/decorators.py | 17 +++++++++++++---- sdks/python/apache_beam/typehints/opcodes.py | 2 ++ .../apache_beam/typehints/trivial_inference.py | 2 ++ sdks/python/apache_beam/typehints/typecheck.py | 15 +++++++++------ sdks/python/apache_beam/typehints/typehints.py | 18 ++++++++++++++++++ .../apache_beam/typehints/typehints_test.py | 19 ++++++++++--------- 12 files changed, 81 insertions(+), 31 deletions(-) ----------------------------------------------------------------------
