Closes #1805
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/d0474ab5 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/d0474ab5 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/d0474ab5 Branch: refs/heads/master Commit: d0474ab5bf01339fd95b0ec6c1db4b226f868d61 Parents: 946135f 9e272ec Author: Robert Bradshaw <[email protected]> Authored: Sat Jan 21 20:37:08 2017 -0800 Committer: Robert Bradshaw <[email protected]> Committed: Sat Jan 21 20:37:08 2017 -0800 ---------------------------------------------------------------------- sdks/python/apache_beam/pipeline_test.py | 100 ++++++++- sdks/python/apache_beam/runners/common.pxd | 4 + sdks/python/apache_beam/runners/common.py | 221 +++++++++++++------ .../runners/direct/transform_evaluator.py | 15 +- sdks/python/apache_beam/transforms/core.py | 113 +++++++++- sdks/python/apache_beam/typehints/decorators.py | 2 +- sdks/python/apache_beam/typehints/typecheck.py | 145 ++++++++++++ 7 files changed, 531 insertions(+), 69 deletions(-) ----------------------------------------------------------------------
