Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ any
Function
any
python/lib/cloud_utils.py:140–143 ·
view source on GitHub ↗
(sequence)
Source
from the content-addressed store, hash-verified
138
all = all
139
except
NameError:
140
def
any(sequence):
141
for
i in sequence:
142
if
i:
return
True
143
return
False
144
def
all(sequence):
145
for
i in sequence:
146
if
not i:
return
False
Callers
14
check_selinux
Function · 0.85
process_ipaliases
Method · 0.85
flushAllIpv4RoutingRules
Method · 0.85
flushAllIpv4RoutingACLRules
Method · 0.85
flushAllIpv6Rules
Method · 0.85
flushAllRules
Method · 0.85
has_metadata
Method · 0.85
apply_nft_ipv4_rules
Method · 0.85
setUpClass
Method · 0.85
test_07_remove_nic_running_vm
Method · 0.85
test_01_concurrent_snapshots
Method · 0.85
test_01_volume_snapshot
Method · 0.85
Calls
no outgoing calls
Tested by
6
setUpClass
Method · 0.68
test_07_remove_nic_running_vm
Method · 0.68
test_01_concurrent_snapshots
Method · 0.68
test_01_volume_snapshot
Method · 0.68
verify_lb_stats
Method · 0.68
test_03_check_read_only_flag
Method · 0.68