Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ get_free_port
Method
get_free_port
tests/test_jyserver.py:94–97 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
92
pass
93
94
def
get_free_port(self):
95
from
_pydev_bundle.pydev_localhost
import
get_socket_name
96
97
return
get_socket_name(close=True)[1]
98
99
def
create_connections(self):
100
""
"
Callers
nothing calls this directly
Calls
1
get_socket_name
Function · 0.90
Tested by
no test coverage detected