[Python] Ottenere un elenco dei metodi di un modulo

Lawrence Oluyede l.oluyede a gmail.com
Ven 27 Mar 2009 12:38:59 CET


2009/3/27 Lawrence Oluyede <l.oluyede a gmail.com>:
>
> print [name for name in dir(modulo) if inspect.ismodule(getattr(modulo, name))]
>

ahah era metodi, non moduli. sostituisci inspect.ismodule con ismethod


-- 
Lawrence Oluyede
[eng] http://oluyede.org - http://twitter.com/lawrenceoluyede
[ita] http://neropercaso.it - http://twitter.com/rhymes


Maggiori informazioni sulla lista Python