79572204

Date: 2025-04-14 00:37:36
Score: 1.5
Natty:
Report link

Breaking @poke answer into some basic pieces for additional clarity:

current_frame = inspect.currentframe()
parent_frame = inspect.getouterframes(current_frame)[1].frame
parent_function_name = parent_frame.f_code.co_name
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @poke
  • Low reputation (0.5):
Posted by: DocOc