Searched refs:comment_path (Results 1 - 1 of 1) sorted by relevance

/lxc/src/python-lxc/
H A Dlxc.c1346 char *comment_path = NULL; local
1347 static char *kwlist[] = {"comment_path", NULL};
1358 comment_path = PyBytes_AS_STRING(py_comment_path);
1359 assert(comment_path != NULL);
1362 retval = self->container->snapshot(self->container, comment_path);
1768 "snapshot(comment_path = None) -> string\n"

Completed in 12 milliseconds