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

Method port

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

Current connection port. Returns port(int): host port

(self)

Source from the content-addressed store, hash-verified

81
82 @property
83 def port(self):
84 """Current connection port.
85
86 Returns
87 port(int): host port
88 """
89 return self.connection.link.port()
90
91
92 @property

Callers 1

spawnFunction · 0.45

Calls

no outgoing calls

Tested by 1

spawnFunction · 0.36