App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
google.appengine._internal.django.core.files.temp.TemporaryFile Class Reference
Inheritance diagram for google.appengine._internal.django.core.files.temp.TemporaryFile:
google.appengine._internal.django.core.files.utils.FileProxyMixin

Public Member Functions

def __init__
 
def close
 
def __del__
 
- Public Member Functions inherited from google.appengine._internal.django.core.files.utils.FileProxyMixin
def __iter__
 

Public Attributes

 name
 
 file
 
 close_called
 

Static Public Attributes

 unlink = os.unlink
 

Additional Inherited Members

- Properties inherited from google.appengine._internal.django.core.files.utils.FileProxyMixin
 encoding = property(lambda self: self.file.encoding)
 
 fileno = property(lambda self: self.file.fileno)
 
 flush = property(lambda self: self.file.flush)
 
 isatty = property(lambda self: self.file.isatty)
 
 newlines = property(lambda self: self.file.newlines)
 
 read = property(lambda self: self.file.read)
 
 readinto = property(lambda self: self.file.readinto)
 
 readline = property(lambda self: self.file.readline)
 
 readlines = property(lambda self: self.file.readlines)
 
 seek = property(lambda self: self.file.seek)
 
 softspace = property(lambda self: self.file.softspace)
 
 tell = property(lambda self: self.file.tell)
 
 truncate = property(lambda self: self.file.truncate)
 
 write = property(lambda self: self.file.write)
 
 writelines = property(lambda self: self.file.writelines)
 
 xreadlines = property(lambda self: self.file.xreadlines)
 

Detailed Description

Temporary file object constructor that works in Windows and supports
reopening of the temporary file in windows.

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