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

  • SEARCH
  • Home
  • 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 7515415
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T00:48:01+00:00 2026-05-30T00:48:01+00:00

Is there any way to programmatically find the frame that a function was defined

  • 0

Is there any way to programmatically find the frame that a function was defined in? I’m looking for something like a function get_defining_frame that would work like this:

def foo():
    def bar():
        pass
    return bar

bar = foo()

get_defining_frame(foo) # should be the same as inspect.currentframe()
get_defining_frame(bar) # should be the frame created by the call to foo

Thanks!

  • 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-30T00:48:03+00:00Added an answer on May 30, 2026 at 12:48 am

    Frames are created/deleted on every function call. So when you call:

    get_defining_frame(bar)
    

    in your example code, the frame where bar was created is already gone.

    Function objects don’t hold a reference to the frame they were defined in. It’s a good thing because it would keep all other local variables from being freed.

    Why do you need this?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way (programmatically) that i can find the location of Resource folder.
Is there any way that I can programmatically create (and I guess access) hidden
Is there any way by which we can find programmatically whether SQL Compact is
Is there any way to (programatically) find out what your app's name is? I'm
Is there any way in Win32 to programmatically determine the bandwidth of a given
Is there any way, in Python, to programmatically change the CAPS LOCK/NUM LOCK/SCROLL LOCK
I'm looking for any possible way to change baseboard serial programmatically. I should do
Is there any way to query ACLs on Linux programmatically? Given a file or
In a Java Project of mine, I would like to find out programmatically which
On Windows, is there any way to programatically approve a USB device after insertion,

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.