![]() |
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 | __repr__ |
def | Write |
def | Read |
![]() | |
def | __init__ |
def | CreateRPC |
def | MakeSyncCall |
def | SetError |
Additional Inherited Members | |
![]() | |
request_data | |
![]() | |
THREADSAFE = False | |
Simple RAM backed Search service stub. This stub provides the search_service_pb.SearchService. But this is NOT a subclass of SearchService itself. Services are provided by the methods prefixed by "_Dynamic_".
def google.appengine.api.search.simple_search_stub.SearchServiceStub.__init__ | ( | self, | |
service_name = 'search' , |
|||
index_file = None |
|||
) |
Constructor. Args: service_name: Service name expected for all calls. index_file: The file to which search indexes will be persisted.
def google.appengine.api.search.simple_search_stub.SearchServiceStub.Read | ( | self | ) |
Read search indexes from the index file. This method is a no-op if index_file is set to None.
def google.appengine.api.search.simple_search_stub.SearchServiceStub.Write | ( | self | ) |
Write search indexes to the index file. This method is a no-op if index_file is set to None.