Skip to content

Commit e71caca

Browse files
committed
update Functions-DecoratorPattern
1 parent d6d3c18 commit e71caca

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

notebooks/Functions-DecoratorPattern.ipynb

+6-7
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
"\n",
8181
"- anonymous functions without names\n",
8282
"- typically used in conjunction with higher order functions such as: `map()`, `reduce()`, `filter()`\n",
83-
"- Reference: http://www.secnetix.de/olli/Python/lambda_functions.hawk\n",
8483
"\n",
8584
"### lambda function properties and usage\n",
8685
"\n",
@@ -1924,7 +1923,7 @@
19241923
},
19251924
{
19261925
"cell_type": "markdown",
1927-
"id": "21db9ece",
1926+
"id": "8a448f39",
19281927
"metadata": {},
19291928
"source": [
19301929
"### Defining class decorator\n",
@@ -1939,7 +1938,7 @@
19391938
{
19401939
"cell_type": "code",
19411940
"execution_count": 1,
1942-
"id": "8f9d7fed",
1941+
"id": "7cebde8a",
19431942
"metadata": {},
19441943
"outputs": [],
19451944
"source": [
@@ -1960,7 +1959,7 @@
19601959
{
19611960
"cell_type": "code",
19621961
"execution_count": 4,
1963-
"id": "04756de0",
1962+
"id": "d0671a7b",
19641963
"metadata": {},
19651964
"outputs": [
19661965
{
@@ -1980,7 +1979,7 @@
19801979
{
19811980
"cell_type": "code",
19821981
"execution_count": 7,
1983-
"id": "f39a53d3",
1982+
"id": "d1202503",
19841983
"metadata": {},
19851984
"outputs": [
19861985
{
@@ -2000,7 +1999,7 @@
20001999
{
20012000
"cell_type": "code",
20022001
"execution_count": 8,
2003-
"id": "b960c48d",
2002+
"id": "ca93c4df",
20042003
"metadata": {},
20052004
"outputs": [],
20062005
"source": [
@@ -2015,7 +2014,7 @@
20152014
{
20162015
"cell_type": "code",
20172016
"execution_count": 9,
2018-
"id": "07ec20c5",
2017+
"id": "0ae7d16b",
20192018
"metadata": {},
20202019
"outputs": [
20212020
{

0 commit comments

Comments
 (0)