Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ compare
Method
compare
systemvm/debian/opt/cloud/bin/cs/CsAddress.py:34–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
32
class
CsAddress(CsDataBag):
33
34
def
compare(self):
35
for
dev in CsDevice(
''
, self.config).list():
36
ip = CsIP(dev, self.config)
37
ip.compare(self.dbag)
38
39
def
get_interfaces(self):
40
interfaces = []
Callers
nothing calls this directly
Calls
4
compare
Method · 0.95
CsDevice
Class · 0.85
CsIP
Class · 0.85
list
Method · 0.65
Tested by
no test coverage detected