![]() |
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 |
Public Attributes | |
log | |
![]() | |
request_data | |
Static Public Attributes | |
THREADSAFE = True | |
![]() | |
THREADSAFE = False | |
Python only xmpp service stub. This stub does not use an XMPP network. It prints messages to the console instead of sending any stanzas.
def google.appengine.api.xmpp.xmpp_service_stub.XmppServiceStub.__init__ | ( | self, | |
log = logging.info , |
|||
service_name = 'xmpp' |
|||
) |
Initializer. Args: log: A logger, used for dependency injection. service_name: Service name expected for all calls.