Using pydoc

Chris Gonnerman chris.gonnerman at newcenturycomputers.net
Sun Feb 10 21:05:14 EST 2002


----- Original Message ----- 
From: "James Vahn" <jvahn+USENET at short.circuit.com>


> 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'

Sounds like part of RedHat's "anaconda" (is that the right name?)
support/maintenance/configuration system.  As to where docs are,
I don't know.






More information about the Python-list mailing list