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 | Properties | List of all members
google.appengine.dist.socket._fileobject Class Reference
Inheritance diagram for google.appengine.dist.socket._fileobject:

Public Member Functions

def __init__
 
def close
 
def __del__
 
def flush
 
def fileno
 
def write
 
def writelines
 
def read
 
def readline
 
def readlines
 
def __iter__
 
def next
 

Public Attributes

 mode
 
 bufsize
 
 softspace
 

Static Public Attributes

int default_bufsize = 8192
 
string name = "<socket>"
 

Properties

 closed = property(_getclosed, doc="True if the file is closed")
 

Detailed Description

Faux file object attached to a socket object.

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