MCPcopy Create free account
hub / github.com/LabPy/lantz / Namespace

Class Namespace

lantz/simulators/experiment.py:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37class Namespace():
38 def __init__(self, host, port):
39 self.host = host
40 self.port = port
41
42def create_actuator_server(actuator):
43 logging.info('Creating fungen server')

Callers 2

create_actuator_serverFunction · 0.85
create_sensor_serverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected