↓ 5 callersMethodget_ports_strings_from_list Transform a list of port numbers to the list of strings with port ranges Example: [10, 12, 13, 14, 15] -> ['10', '12-15']
tools/c7n_azure/c7n_azure/utils.py:357
↓ 5 callersMethodrequest(self, uri, method="GET", body=None, headers=None,
redirections=1, connection_type=None)
tools/c7n_gcp/tests/recorder.py:107