Message 207758 - Python tracker
Yes, it's just Python syntax, so you'd use "->". However, you are not permitted to according to PEP 8: "The Python standard library will not use function annotations as that would result in a premature commitment to a particular annotation style."