Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit ecaea38

Browse files
gildeaaaltay
authored andcommitted
Internal changes for documentation validation
In new iobase.py doc strings, add blank lines around lists ----Release Notes---- [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123888159
1 parent 8f8c318 commit ecaea38

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/dataflow/io/iobase.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ class BoundedSource(object):
324324
325325
This class defines following operations which can be used to read the source
326326
efficiently.
327+
327328
* Size estimation - method ``estimate_size()`` may return an accurate
328329
estimation in bytes for the size of the source.
329330
* Splitting into bundles of a given size - method ``split()`` can be used to
@@ -385,6 +386,7 @@ def read(self, range_tracker):
385386
386387
The returned set of data must respect the boundaries defined by the given
387388
``RangeTracker`` object. For example:
389+
388390
* Returned set of data must be for the range
389391
``[range_tracker.start_position, range_tracker.stop_position)``. Note
390392
that a source may decide to return records that start after
@@ -397,6 +399,7 @@ def read(self, range_tracker):
397399
that starts at a split point.
398400
* Method ``range_tracker.record_current_position()`` may be invoked for
399401
records that do not start at split points.
402+
400403
Args:
401404
range_tracker: a ``RangeTracker`` whose boundaries must be respected
402405
when reading data from the source. If 'None' all records

0 commit comments

Comments
 (0)