kuroko/test/testBoundMethodEdgecases.krk.expect
2022-06-02 14:34:40 +09:00

7 lines
321 B
Plaintext

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'>