App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Static Public Attributes | List of all members
google.appengine.api.remote_socket._remote_socket_stub.RemoteSocketServiceStub Class Reference
Inheritance diagram for google.appengine.api.remote_socket._remote_socket_stub.RemoteSocketServiceStub:
google.appengine.api.apiproxy_stub.APIProxyStub

Public Member Functions

def __init__
 
def ResetMockOptions
 
- Public Member Functions inherited from google.appengine.api.apiproxy_stub.APIProxyStub
def __init__
 
def CreateRPC
 
def MakeSyncCall
 
def SetError
 

Static Public Attributes

 THREADSAFE = True
 
- Static Public Attributes inherited from google.appengine.api.apiproxy_stub.APIProxyStub
 THREADSAFE = False
 

Additional Inherited Members

- Public Attributes inherited from google.appengine.api.apiproxy_stub.APIProxyStub
 request_data
 

Detailed Description

Stub implementation of the Remote Socket API.

Constructor & Destructor Documentation

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().

The documentation for this class was generated from the following file: