MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/xstudio / host

Method host

python/src/xstudio/api/__init__.py:72–80  ·  view source on GitHub ↗

Current connection host. Returns host(str): host address

(self)

Source from the content-addressed store, hash-verified

70
71 @property
72 def host(self):
73 """Current connection host.
74
75 Returns
76 host(str): host address
77
78 """
79
80 return self.connection.link.host()
81
82 @property
83 def port(self):

Callers 1

spawnFunction · 0.45

Calls

no outgoing calls

Tested by 1

spawnFunction · 0.36