MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / get_socket_name

Function get_socket_name

_pydev_bundle/pydev_localhost.py:63–64  ·  view source on GitHub ↗
(close=False)

Source from the content-addressed store, hash-verified

61
62
63def get_socket_name(close=False):
64 return get_socket_names(1, close)[0]
65
66
67if __name__ == "__main__":

Callers 8

get_free_portMethod · 0.90
start_socketMethod · 0.90
get_free_portFunction · 0.90
test_wait_for_attachFunction · 0.90
__init__Method · 0.90
pydev_localhost.pyFile · 0.85

Calls 1

get_socket_namesFunction · 0.85

Tested by 7

get_free_portMethod · 0.72
start_socketMethod · 0.72
get_free_portFunction · 0.72
test_wait_for_attachFunction · 0.72
__init__Method · 0.72