Using pydoc

James Vahn jvahn+USENET at short.circuit.com
Sun Feb 10 18:12:55 EST 2002


I've an existing (linux) script that begins "#!/usr/bin/python -i" and
contains (amongst other things) the lines:

        import parted
        import partition

Calls seem to be made like:

        drvobj = partition.Partition(drv)
        drvobj.create_partition_table()
        drvobj.commit_changes()

My question is:  How do I find documentation for those things?

    ~$ pydoc partition.Partition
        no Python documentation found for 'partition.Partition'


-- 


-- 



More information about the Python-list mailing list