mirror of
https://github.com/rasbt/python_reference.git
synced 2025-01-30 21:23:49 +00:00
keyword unpacking syntax
This commit is contained in:
parent
7fd7b30b11
commit
191ff49ab7
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"metadata": {
|
||||
"name": "",
|
||||
"signature": "sha256:a8a72a5c6b66d788ab0b916d2b29992525bb5d6cdc24653f5c043abac522a5bb"
|
||||
"signature": "sha256:f2f197ff240bf1759d4cf4537d7ed82331d608b53fc97fe2cac43003f8429ea7"
|
||||
},
|
||||
"nbformat": 3,
|
||||
"nbformat_minor": 0,
|
||||
|
@ -81,7 +81,8 @@
|
|||
"- [Function annotations - What are those `->`'s in my Python code?](#function_annotation)\n",
|
||||
"- [Abortive statements in `finally` blocks](#finally_blocks)\n",
|
||||
"- [Assigning types to variables as values](#variable_types)\n",
|
||||
"- [Only the first clause of generators is evaluated immediately](#generator_rhs)"
|
||||
"- [Only the first clause of generators is evaluated immediately](#generator_rhs)\n",
|
||||
"- [Keyword argument unpacking syntax - `*args` and `**kwargs`](#splat_op)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user