MCPcopy
hub / github.com/buildbot/buildbot / libvirt_open

Method libvirt_open

master/buildbot/worker/libvirt.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 conn.close()
52
53 def libvirt_open(self):
54 return libvirt.open(self.uri)
55
56 def create_connection(self):
57 try:

Callers 1

create_connectionMethod · 0.95

Calls 1

openMethod · 0.45

Tested by

no test coverage detected