Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

access the name of my method inside it


  • From: cai.haibin at gmail.com (james_027)
  • Subject: access the name of my method inside it
  • Date: Wed, 01 Aug 2007 09:06:42 -0000

Hi,

for example I have this method

def my_method():
    # do something

    # how do I get the name of this method which is my_method here?

Thanks,
james