p
Size: a a a
p
а
EG
EG
EG
>>> def print_self(self):
... print(self)
...
>>>
>>> class C: pass
>>> a = C()
>>> C.print_self = print_self
>>> a.print_self()
<__main__.C object at 0x7f18dd744d60>
EG
>>> def print_self(self):
... print(self)
...
>>>
>>> a = object()
>>> method = print_self.__get__(a)
>>> method()
<object object at 0x7f75edaf9e40>
А⚙
p
AZ
А⚙
Ok(res?)
или res.map_err(Into::into)
?EG
Into::into
не нравится, выглядит уродливо, ИМХОА⚙
А⚙
Into::into
не нравится, выглядит уродливо, ИМХО<_>::into
p
P
А⚙
Some((self?, other?))
\AK
DS
EG
<_>::into
Ok(res?)
AZ