Re: [tuxdroid-user] Hello; Working with svn ; several questions & suggestions
Status: Beta
Brought to you by:
ks156
From: Olivier G. <oli...@en...> - 2007-03-13 16:53:40
|
Florent THIERY a écrit : >>> - python question: what's the "command"/call for knowing the existing >>> objects? >> I'm not better than you. But you can use dir(tux) or dir(tux.cmd) There is also help(tux) to display the inline documentation of the object (provided someone wrote meaningful docstrings ;) You should have a look at the ipython interactive shell that has <tab> based autocompletion. There are some screencasts here: http://showmedo.com/videos/series?name=PythonIPythonSeries -- Olivier |