![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | accept |
Path filter for GCSInputReader.
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.