python birdseye问题

python birdseye问题

from birdseye import eye

@eye

def ……

……

报错:

……\Python39\lib\site-packages\cheap_repr\__init__.py:156: ReprSuppressedWarning: Tag.__repr__ is too long and has been suppressed. Register a repr for the class to avoid this warning and see an informative repr again, or increase cheap_repr.suppression_threshold

warnings.warn(ReprSuppressedWarning(

请问,如何解决?

以上是 python birdseye问题 的全部内容, 来源链接: utcz.com/p/938321.html

回到顶部