![]() |
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 | ExtractGlobalEq |
![]() | |
def | __init__ |
def | CreateRPC |
def | MakeSyncCall |
def | SetError |
Public Attributes | |
prospective_search_path | |
taskqueue_stub | |
topics | |
topics_schema | |
![]() | |
request_data | |
Additional Inherited Members | |
![]() | |
THREADSAFE = False | |
Python only Prospective Search service stub.
def google.appengine.api.prospective_search.prospective_search_stub.ProspectiveSearchStub.__init__ | ( | self, | |
prospective_search_path, | |||
taskqueue_stub, | |||
service_name = 'matcher' , |
|||
openfile = open |
|||
) |
Initializer. Args: prospective_search_path: path for file that persists subscriptions. taskqueue_stub: taskqueue service stub for returning results. service_name: Service name expected for all calls. openfile: function to open the pickled subscription state.