kuroko/test/testBoundMethodEdgecases.krk.expect

7 lines
321 B
Plaintext
Raw Permalink Normal View History

2022-06-02 08:30:09 +03:00
callable <Callable c> received [<Foo instance>]
<Callable c> <Foo instance> <bound method ? of <Foo instance>>
callable <Callable Foo.c()> received [<Foo instance>]
<Callable c> <Foo instance> <bound method ? of <Foo instance>> <bound method ? of <Foo instance>>
a b c
<Callable c> <Foo instance> <bound method ? of 'c'>