Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/retspen/webvirtcloud
/ get_mac
Method
get_mac
vrtManager/interface.py:70–75 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
68
return
self.iface.isActive()
69
70
def
get_mac(self):
71
mac = self.iface.MACString()
72
if
mac:
73
return
mac
74
else
:
75
return
None
76
77
def
get_type(self):
78
xml = self._XMLDesc()
Callers
1
interface
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected