kuroko/test/testAnnotations.krk.expect

10 lines
306 B
Plaintext
Raw Normal View History

2021-03-11 14:44:39 +03:00
I am a function.
[42]
{'return': <class 'list'>, 'a': <class 'int'>, 'b': <class 'float'>}
2021-03-11 14:44:39 +03:00
{'return': None, 'anint': <class 'int'>, 'self': <class '__main__.Foo'>, 'adict': 'dict[str,object]'}
I am a method taking a dict.
None
{'astr': <class 'str'>, 'abool': <class 'bool'>}
I return a Foo? Amazing!
True