为了账号安全,请及时绑定邮箱和手机立即绑定

从检查堆栈中获取标准方法名称

从检查堆栈中获取标准方法名称

杨魅力 2021-03-15 20:20:52
我无法完成以下功能:def fullyQualifiedMethodNameInStack(depth=1):    """    The function should return <file>_<class>_<method> for the method in the     stack at specified depth.    """    fileName=inspect.stack()[depth][1]    methodName=inspect.stack()[depth][3]    class= """ please help!!! """    baseName=os.path.splitext( os.path.basename( fileName ) )[0]    return '{0}_{1}_{2}'.format( baseName, className, methodName )如您所见,我要执行的方法的类名。检查返回的堆栈仅具有方法名称,并且我不知道如何查找属于该方法的类。
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 159 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信