MCPcopy Create free account
hub / github.com/PiSCSI/piscsi / __init__

Method __init__

python/web/src/socket_cmds_flask.py:22–23  ·  view source on GitHub ↗
(self, host="localhost", port=6868)

Source from the content-addressed store, hash-verified

20
21 # pylint: disable=useless-super-delegation
22 def __init__(self, host="localhost", port=6868):
23 super().__init__(host, port)
24
25 def send_pb_command(self, payload):
26 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected