On Thu, Mar 26, 2009 at 12:33 PM, Alessandro <[email protected]>wrote:

> On Thu, Mar 26, 2009 at 4:44 PM, Alessandro 
> <[email protected]>wrote:
>
>>
>> Is it possible to get a list of function names inside a module?
>
>
> I need to know the names of the functions in a module. is it possible ?
>

That's pretty much a pure python question so you'll may get better/faster
responses on someplace like comp.lang.python.  I'd guess the answer is yes
and likely involves a combination of dir() and the help of the inspect
module.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to