On Sun, 26 Mar 2006 17:19:35 +0200, Rene Pijlman wrote:
> Tony Burrows:
>>With something like Java I can find the syntax of a method call with no
>>problems, how do I do the same with Python?
>
> The basic syntax is just the name, with parameters in brakcets:
>
>
Just getting to grips with Python, a great language BUT
With something like Java I can find the syntax of a method call with no
problems, how do I do the same with Python?
For example, using MySQLdb or SGMLParser I can see what the available
methods are with dir, but how do I find out what paramet