![]() |
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 | __init__ |
def | CreateRPC |
def | MakeSyncCall |
def | SetError |
Static Public Attributes | |
THREADSAFE = True | |
![]() | |
THREADSAFE = False | |
Additional Inherited Members | |
![]() | |
request_data | |
Python only memcache service stub. This stub keeps all data in the local process' memory, not in any external servers.
def google.appengine.api.memcache.memcache_stub.MemcacheServiceStub.__init__ | ( | self, | |
gettime = time.time , |
|||
service_name = 'memcache' |
|||
) |
Initializer. Args: gettime: time.time()-like function used for testing. service_name: Service name expected for all calls.