MCPcopy 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
226def get_valid_port_range():

Callers 3

get_tcp_and_udp_portMethod · 0.95
get_port_rangeMethod · 0.95
_get_portMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected