MCPcopy Index your code
hub / github.com/retspen/webvirtcloud / get_type

Method get_type

vrtManager/interface.py:77–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 return None
76
77 def get_type(self):
78 xml = self._XMLDesc()
79 return util.get_xml_path(xml, "/interface/@type")
80
81 def get_ipv4_type(self):
82 try:

Callers 1

get_bridgeMethod · 0.95

Calls 1

_XMLDescMethod · 0.95

Tested by

no test coverage detected