MCPcopy
hub / github.com/retspen/webvirtcloud / run

Method run

vrtManager/connection.py:35–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self.daemon = True
34
35 def run(self):
36 while True:
37 # if this method will fail it raises libvirtError
38 # we do not catch the exception here so it will show up
39 # in the logs. Not sure when this call will ever fail
40 libvirt.virEventRunDefaultImpl()
41
42
43class wvmConnection(object):

Callers 2

iFunction · 0.80
kcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected