Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
class
Namespace():
38
def
__init__(self, host, port):
39
self.host = host
40
self.port = port
41
42
def
create_actuator_server(actuator):
43
logging.info(
'Creating fungen server'
)
Callers
2
create_actuator_server
Function · 0.85
create_sensor_server
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected