Thanks to visit codestin.com Credit goes to github.com
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 0e5eba2 commit c62162dCopy full SHA for c62162d
1 file changed
Doc/library/inspect.rst
@@ -88,6 +88,12 @@ attributes:
88
| | __globals__ | global namespace in which |
89
| | | this function was defined |
90
+-----------+-----------------+---------------------------+
91
+| | __annotations__ | mapping of parameters |
92
+| | | names to annotations; |
93
+| | | ``"return"`` key is |
94
+| | | reserved for return |
95
+| | | annotations. |
96
++-----------+-----------------+---------------------------+
97
| traceback | tb_frame | frame object at this |
98
| | | level |
99
0 commit comments