In the use of sys.getframe().f_code.co_name An error occurs when getting the current function name .
Finally, it was found that the name was incorrect .
The right is _getframe. namely :
sys._getframe().f_code.co_name
A new one was changed two days
Make a little progress every d