kuroko/test/testAnnotations.krk.expect

10 lines
288 B
Plaintext
Raw Normal View History

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