[issue42503] Cannot declare method or static function parameter or return type as self of the class

Irit Katriel report at bugs.python.org
Sun Nov 29 09:17:58 EST 2020


Irit Katriel <iritkatriel at yahoo.com> added the comment:

Add at the top of your script:

from __future__ import annotations

----------
nosy: +iritkatriel

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42503>
_______________________________________


More information about the Python-bugs-list mailing list