| Reply | « Previous Thread | Next Thread » |
|
Does it exist a "list" command which lists all modules available for import?
|
|
Hi cassioli,
I don't know any function that does it. But if you want to know what you can import from a module you want to import you can have a list like this Code:
import appuifw # print all importable elements print appuifw.__all__ # print the module content description print appuifw.__dict__ Devices: Nokia E61 3rd Edition - pys60 1.4.0 Tips and modules: http://www.lfdm.net/thesis |
|
once I imported a module, I can simply use dir() to see its "contents".
But I'd like to know which modules are implemented by Jython for UIQ, and official Python for s60 documentation is not suitable. ![]() |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Startup Management list API for unprotected uids | mateen_maldar | Symbian User Interface | 8 | 2006-09-27 10:32 |
| Change the List type of the LIST ??? | divyas | Mobile Java General | 2 | 2006-09-15 21:27 |
| 6680 and bluetooth service profiles | ceruault | Mobile Java Networking & Messaging & Security | 1 | 2005-10-08 23:24 |
| Bluetooth Virtual Serial Port | mealos | Bluetooth Technology | 2 | 2004-12-03 04:46 |
| List item selection | SanDan | Mobile Java General | 2 | 2003-05-06 11:57 |