Closed maxfischer2781 closed 5 years ago
This pull request includes:
foo = (1, 'two', 3.0)
foo: "(int, str, float)"
(a: int, *float, b: bool, **str)
Since the Callable syntax is a proposal, it is currently in .. hint:: blocks.
.. hint::
I've fixed the typo of the first section and renamed *R to iter R on all occurrences I found.
*R
iter R
👍 on adding content tabs, but I recommend doing that in a separate PR.
This pull request includes:
foo = (1, 'two', 3.0)
forfoo: "(int, str, float)"
.(a: int, *float, b: bool, **str)
Callable syntax for variadic and named arguments.Since the Callable syntax is a proposal, it is currently in
.. hint::
blocks.