Where to find __repr__ of Python weakref proxy?

后端 未结 0 1407
忘掉有多难
忘掉有多难 2021-01-01 05:02

I am a bit puzzled right now about the following:

import weakref

class A:
    def __init__(self, p):
        self.p =          


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