2021-03-11 14:44:39 +03:00
|
|
|
I am a function.
|
|
|
|
[42]
|
2021-03-23 14:25:33 +03:00
|
|
|
{'a': <class 'int'>, 'b': <class 'float'>, 'return': <class 'list'>}
|
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
|