![]() |
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 | ResetMockOptions |
![]() | |
def | __init__ |
def | CreateRPC |
def | MakeSyncCall |
def | SetError |
Static Public Attributes | |
THREADSAFE = True | |
![]() | |
THREADSAFE = False | |
Additional Inherited Members | |
![]() | |
request_data | |
Stub implementation of the Remote Socket API.
def google.appengine.api.remote_socket._remote_socket_stub.RemoteSocketServiceStub.__init__ | ( | self, | |
service_name = 'remote_socket' , |
|||
get_time = time.time , |
|||
mock_options_spec = _MOCK_SOCKET_OPTIONS |
|||
) |
Initializer. Args: log: where to log messages service_name: service name expected for all calls get_time: Used for testing. Function that works like time.time().