Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ _no_random_ports
Method
_no_random_ports
library/python/port_manager/__init__.py:222–223 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
220
return
False
221
222
def
_no_random_ports(self):
223
return
os.environ.get(
"NO_RANDOM_PORTS"
)
224
225
226
def
get_valid_port_range():
Callers
3
get_tcp_and_udp_port
Method · 0.95
get_port_range
Method · 0.95
_get_port
Method · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected