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

/lxc/src/python-lxc/
H A Dlxc.c1824 static PyTypeObject _lxc_ContainerType = { variable
1900 if (PyType_Ready(&_lxc_ContainerType) < 0)
1907 Py_INCREF(&_lxc_ContainerType);
1908 PyModule_AddObject(m, "Container", (PyObject *)&_lxc_ContainerType);

Completed in 10 milliseconds