MCPcopy 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
1712def get_free_port():
1713 from _pydev_bundle.pydev_localhost import get_socket_name
1714
1715 return get_socket_name(close=True)[1]

Callers 3

get_command_line_argsMethod · 0.90
get_command_line_argsMethod · 0.90

Calls 1

get_socket_nameFunction · 0.90

Tested by

no test coverage detected