App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.ext.mapreduce.lib.input_reader._gcs.PathFilter Class Reference
Inheritance diagram for google.appengine.ext.mapreduce.lib.input_reader._gcs.PathFilter:

Public Member Functions

def accept
 

Detailed Description

Path filter for GCSInputReader.

Member Function Documentation

def google.appengine.ext.mapreduce.lib.input_reader._gcs.PathFilter.accept (   self,
  slice_ctx,
  path 
)
Accepts a path.

Only accepted path will be opened for read.

Args:
  slice_ctx: the instance of SliceContext for current slice.
  path: a GCS filename of form '/bucket/filename'

Returns:
  True if this file should be read. False otherwise.

The documentation for this class was generated from the following file: