From 191ff49ab727a08be2682ddda598e4c5d2155b48 Mon Sep 17 00:00:00 2001 From: rasbt Date: Thu, 1 May 2014 02:29:54 -0400 Subject: [PATCH] keyword unpacking syntax --- not_so_obvious_python_stuff.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/not_so_obvious_python_stuff.ipynb b/not_so_obvious_python_stuff.ipynb index 9d83c53..ca70215 100644 --- a/not_so_obvious_python_stuff.ipynb +++ b/not_so_obvious_python_stuff.ipynb @@ -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)" ] }, {