This closes #2059
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/d7ed2e23 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/d7ed2e23 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/d7ed2e23 Branch: refs/heads/master Commit: d7ed2e23ae8601bbb3cd27fa6a182b56fceff7d1 Parents: 8b2e8f2 228b18e Author: Ahmet Altay <[email protected]> Authored: Wed Feb 22 07:55:51 2017 -0800 Committer: Ahmet Altay <[email protected]> Committed: Wed Feb 22 07:55:51 2017 -0800 ---------------------------------------------------------------------- .../examples/complete/top_wikipedia_sessions.py | 10 ++-- .../examples/cookbook/bigquery_tornadoes.py | 5 +- .../examples/cookbook/multiple_output_pardo.py | 11 +++-- .../apache_beam/examples/snippets/snippets.py | 6 +++ .../io/google_cloud_platform/bigquery.py | 4 +- sdks/python/apache_beam/io/iobase.py | 2 + sdks/python/apache_beam/io/source_test_utils.py | 39 +++++++-------- sdks/python/apache_beam/io/textio.py | 3 +- sdks/python/apache_beam/metrics/execution.py | 1 + sdks/python/apache_beam/metrics/metricbase.py | 3 +- .../runners/direct/bundle_factory.py | 6 ++- sdks/python/apache_beam/transforms/core.py | 4 +- sdks/python/apache_beam/transforms/display.py | 1 + sdks/python/apache_beam/utils/annotations.py | 50 +++++++++++--------- sdks/python/apache_beam/utils/profiler.py | 6 ++- sdks/python/generate_pydoc.sh | 10 +++- 16 files changed, 96 insertions(+), 65 deletions(-) ----------------------------------------------------------------------
