lxc.c revision 24fcdb395fbd9769a33093e09a68b2339de66ed6
61ca03fc1ce689310740e8ae71fdaa533d2ba1bcEugen Kuksa * python-lxc: Python bindings for LXC
61ca03fc1ce689310740e8ae71fdaa533d2ba1bcEugen Kuksa * (C) Copyright Canonical Ltd. 2012
61ca03fc1ce689310740e8ae71fdaa533d2ba1bcEugen Kuksa * Stéphane Graber <stgraber@ubuntu.com>
#include <Python.h>
#include "structmember.h"
#include <stdio.h>
} Container;
for (i = 0; i < argc; i++) {
return NULL;
return result;
static PyObject *
static PyObject *
static PyObject *
static PyObject *
static PyObject *
static PyObject *
static PyObject *
static PyObject *
static PyObject *
&key))
static PyObject *
if (!create_args) {
return NULL;
static PyObject *
static PyObject *
static PyObject *
int len = 0;
&key))
if (len <= 0) {
static PyObject *
int len = 0;
&key))
if (len <= 0) {
static PyObject *
static PyObject *
int len = 0;
&key))
if (len <= 0) {
static PyObject *
&path))
static PyObject *
&path))
static PyObject *
static PyObject *
static PyObject *
&path))
static PyObject *
&timeout))
static PyObject *
int init_useinit = 0;
if (!init_args) {
return NULL;
static PyObject *
static PyObject *
static PyObject *
NULL},
NULL},
NULL},
NULL},
NULL},
NULL},
PyInit__lxc(void)
PyObject* m;
return NULL;
if (m == NULL)
return NULL;