On Mon, Sep 08, 2003 at 03:40:47PM -0700, Paul Telford wrote:
> I posed this question several days ago and received no response. mdz
> (correctly) nudged me with a cluestick by telling me that perhaps I should
> be more specific in describing my problem. So here goes... I'm no python
> hacker, so
On Mon, Sep 08, 2003 at 03:40:47PM -0700, Paul Telford wrote:
> static PyObject *
> disk_get_partition(PyObject *self, PyObject *args)
> {
> PyPartedObject *o;
> int num;
>
> if (!PyArg_ParseTuple(args, "Oi", &o, &num))
> return NULL;
>
> return PyP
2 matches
Mail list logo