| Reply | « Previous Thread | Next Thread » |
|
hi,after importing a module how to find out the functions of the module and the parameters for the functions?coming to the very basic how to find the module that can fulfill my necessity.i have installed ped-s60 in nokia 6670.also tell me how to extend ped-s60 using plugins/modules/extensions.i am a newbie .....help me as soon as u can
|
| gnanasenthil654321 |
| View Public Profile |
| Find all posts by gnanasenthil654321 |
|
Using dir function:
Code:
import moduleX dir(moduleX) http://www.python.org/doc/2.5.2/lib/module-inspect.html might help. Wiki Contributor of the Month (May). Winner of the May Contest on Wiki. |
| cabezonxdg |
| View Public Profile |
| Find all posts by cabezonxdg |
|
Hi,
you can use the dir option or there is another method for PED. After running the ped click on option-tools-setting-python file-shortcut. Add new short cut for autocomplete. Now just type the name of the module follow by a dot (ex:appuifw.) and than press the short that you define and it wil show you all possible function for that module. BR Jajal Mehul |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| [Announce] keypress module 1.0.5 | y.a.k | Python | 60 | 2009-05-30 14:26 |
| [announce] waplib module 0.0.3: tiny module to extend urllib module | Hiisi | Python | 9 | 2008-08-30 08:05 |
| Problem Importing Module | sachingupta107 | Python | 7 | 2008-08-19 11:57 |
| importing Keypress module in s60 3rd edition C++ SDK FP2,Beta | Jesupauline | Python | 1 | 2008-03-08 12:54 |
| Carbide.j 1.5 and Netbeans 5.5 beta 2 | ovjo12 | Mobile Java Tools & SDKs | 5 | 2007-06-11 06:43 |