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 f59d4fb commit 2b26af0Copy full SHA for 2b26af0
Doc/whatsnew/3.14.rst
@@ -108,7 +108,7 @@ This example shows how these formats behave:
108
...
109
NameError: name 'Undefined' is not defined
110
>>> get_annotations(func, format=Format.FORWARDREF)
111
- {'arg': ForwardRef('Undefined')}
+ {'arg': ForwardRef('Undefined', owner=<function func at 0x...>)}
112
>>> get_annotations(func, format=Format.STRING)
113
{'arg': 'Undefined'}
114
0 commit comments