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.api.files.records.FileWriter Class Reference
Inheritance diagram for google.appengine.api.files.records.FileWriter:

Public Member Functions

def write
 

Detailed Description

Interface specification for writers to be used with records module.

Member Function Documentation

def google.appengine.api.files.records.FileWriter.write (   self,
  data 
)
Write data to the file.

Args:
  data: byte array, string or iterable over bytes.

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