mirror of
https://github.com/python/cpython.git
synced 2025-10-01 12:52:18 +00:00
Merge 3.5
This commit is contained in:
commit
05a4a9cbaa
1 changed files with 6 additions and 0 deletions
|
@ -88,6 +88,12 @@ attributes:
|
||||||
| | __globals__ | global namespace in which |
|
| | __globals__ | global namespace in which |
|
||||||
| | | this function was defined |
|
| | | this function was defined |
|
||||||
+-----------+-----------------+---------------------------+
|
+-----------+-----------------+---------------------------+
|
||||||
|
| | __annotations__ | mapping of parameters |
|
||||||
|
| | | names to annotations; |
|
||||||
|
| | | ``"return"`` key is |
|
||||||
|
| | | reserved for return |
|
||||||
|
| | | annotations. |
|
||||||
|
+-----------+-----------------+---------------------------+
|
||||||
| traceback | tb_frame | frame object at this |
|
| traceback | tb_frame | frame object at this |
|
||||||
| | | level |
|
| | | level |
|
||||||
+-----------+-----------------+---------------------------+
|
+-----------+-----------------+---------------------------+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue