def get_openAuth_curry_func(self): def fake_cb(credlist): return 0 return lambda uri: libvirt.openAuth(uri, [[ libvirt.VIR_CRED_AUTHNAME, libvirt.VIR_CRED_NOECHOPROMPT ], fake_cb, None], 0)
def get_openAuth_curry_func(self): def fake_cb(credlist): return 0 return lambda uri: libvirt.openAuth(uri, [[libvirt.VIR_CRED_AUTHNAME, libvirt.VIR_CRED_NOECHOPROMPT], fake_cb, None], 0)
def get_openAuth_curry_func(self): return lambda uri: libvirt.openAuth(uri, [[libvirt.VIR_CRED_AUTHNAME, libvirt.VIR_CRED_NOECHOPROMPT], 'root', None], 0)