Error: 'NoneType' object has no attribute 'f_lineno' in using function nameof

前端 未结 0 1215
别跟我提以往
别跟我提以往 2021-02-06 02:16

I\'m using function nameof to get the name of the object.

from varname import nameof
att = dict()
nameof(att)

Then it returns an err

相关标签:
回答
  • 消灭零回复
提交回复
热议问题