Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ get_free_port
Function
get_free_port
tests_python/debugger_unittest.py:1712–1715 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1710
1711
1712
def
get_free_port():
1713
from
_pydev_bundle.pydev_localhost
import
get_socket_name
1714
1715
return
get_socket_name(close=True)[1]
Callers
3
test_process_autoreload_cherrypy
Function · 0.90
get_command_line_args
Method · 0.90
get_command_line_args
Method · 0.90
Calls
1
get_socket_name
Function · 0.90
Tested by
no test coverage detected