MCPcopy Index your code
hub / github.com/rawpython/remi / MockServer

Class MockServer

test/mock_server_and_request.py:22–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22class MockServer(object):
23 def __init__(self):
24 self.auth = None
25 self.multiple_instance = None
26 self.update_interval = 0
27 self.title = None
28 self.server_address = ('0.0.0.0', 8888)
29 self.websocket_timeout_timer_ms = None
30 self.pending_messages_queue_length = None
31 self.userdata = {}

Callers 15

test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85
test_mainMethod · 0.85

Calls

no outgoing calls

Tested by 15

test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68
test_mainMethod · 0.68