YO
Size: a a a
YO
YO
RC
RC
RC
RC
YO
RC
YO
YO
YO
YO
YO
AZ
⚓
AZ
⚓
ED
ipdb> pp (lambda: self)()
*** NameError: name 'self' is not defined
ipdb> pp self
<asyncpgsa.pool.create_pool.<locals>.SAConnection object at 0x7f116cc4db90>
E
ipdb> pp (lambda: self)()
*** NameError: name 'self' is not defined
ipdb> pp self
<asyncpgsa.pool.create_pool.<locals>.SAConnection object at 0x7f116cc4db90>