![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
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") | |
Faux file object attached to a socket object.