Re: Hands on Documentation for Python methods and Library

2006-10-05 Thread Richard Jones
Wijaya Edward wrote: > One can do the following with Perl > > $ perldoc -f chomp > $ perldoc -f function_name $ pydoc dir $ pydoc function_name or $ pydoc math $ pydoc module_name Richard -- http://mail.python.org/mailman/listinfo/python-list

Re: Hands on Documentation for Python methods and Library

2006-10-04 Thread Gabriel Genellina
At Thursday 5/10/2006 01:54, Wijaya Edward wrote: One can do the following with Perl $ perldoc -f chomp $ perldoc -f function_name or $ perldoc List::MoreUtils $ perldoc Some::Module Can we do the same thing in Python? s/perl/py/g See the pydoc module. Gabriel Genellina Softlab SRL

Re: Hands on Documentation for Python methods and Library

2006-10-04 Thread Dan Bishop
On Oct 4, 11:54 pm, Wijaya Edward <[EMAIL PROTECTED]> wrote: > Hi, > > One can do the following with Perl > > $ perldoc -f chomp > $ perldoc -f function_name > > or > > $ perldoc List::MoreUtils > $ perldoc Some::Module > > Can we do the same thing in Python? You can use the help() function at the

Hands on Documentation for Python methods and Library

2006-10-04 Thread Wijaya Edward
Hi, One can do the following with Perl $ perldoc -f chomp $ perldoc -f function_name or $ perldoc List::MoreUtils $ perldoc Some::Module Can we do the same thing in Python? -- Edward SINGAPORE Institute For Infocomm Research - Disclaimer - This email is conf