We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e258e commit ade5f8eCopy full SHA for ade5f8e
1 file changed
Lib/annotationlib.py
@@ -260,7 +260,8 @@ def __forward_arg__(self):
260
261
@property
262
def __resolved_forward_str__(self):
263
- # __forward_arg__ but with __extra_names__ resolved as strings
+ # __forward_arg__ with any names from __extra_names__ replaced
264
+ # with the type_repr of the value they represent
265
resolved_str = self.__forward_arg__
266
names = self.__extra_names__
267
0 commit comments