Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6575095
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:20:43+00:00 2026-05-25T15:20:43+00:00

Possible Duplicate: How to get the function name as string in Python? I know

  • 0

Possible Duplicate:
How to get the function name as string in Python?

I know that I can do that :

def func_name():
    print func_name.__name__

which will return the name of the function as ‘my_func’.

But as I am into the function, is there a way to directly call it generically ?
Something like :

def func_name():
    print self.__name__

In which Python would understand that I want the upper part of my code hierarchy?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T15:20:44+00:00Added an answer on May 25, 2026 at 3:20 pm

    AFAIK, there isn’t. Besides, even your first method is not totally reliable, since a function object can have multiple names:

    In [8]: def f(): pass
       ...: 
    
    In [9]: g = f
    
    In [10]: f.__name__
    Out[10]: 'f'
    
    In [11]: g.__name__
    Out[11]: 'f'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Is there a JavaScript function that can pad a string to get
Possible Duplicate: How can I get the name of function inside a JavaScript function?
Possible Duplicate: Get the Files inside a directory Is there a function that can
Possible Duplicate: How do I get the name of a function or method from
Possible Duplicate: Calling a Function From a String With the Function's Name in Ruby
Possible Duplicate: Why do I get a segmentation fault when writing to a string?
Possible Duplicate: Finding the Variable Name passed to a Function in C# public new
Possible Duplicate: How can I find the method that called the current method? How
Possible Duplicate: CLASS macro in C++ Hello, are there any ways to get name
Possible Duplicate: Determine original name of variable after its passed to a function. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.