summaryrefslogtreecommitdiff
path: root/notebooks/python/python_oo.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'notebooks/python/python_oo.ipynb')
-rw-r--r--notebooks/python/python_oo.ipynb4
1 files changed, 3 insertions, 1 deletions
diff --git a/notebooks/python/python_oo.ipynb b/notebooks/python/python_oo.ipynb
index df5907b..9f0774a 100644
--- a/notebooks/python/python_oo.ipynb
+++ b/notebooks/python/python_oo.ipynb
@@ -1216,6 +1216,8 @@
1216 "\n", 1216 "\n",
1217 " - `__hash__`\n", 1217 " - `__hash__`\n",
1218 " \n", 1218 " \n",
1219 " - `__match_args__`\n",
1220 "\n",
1219 " - ...\n", 1221 " - ...\n",
1220 "\n", 1222 "\n",
1221 "- [Raymond Hettinger - Super considered super! - PyCon 2015](https://www.youtube.com/watch?v=EiOglTERPEo)\n", 1223 "- [Raymond Hettinger - Super considered super! - PyCon 2015](https://www.youtube.com/watch?v=EiOglTERPEo)\n",
@@ -1240,7 +1242,7 @@
1240 "name": "python", 1242 "name": "python",
1241 "nbconvert_exporter": "python", 1243 "nbconvert_exporter": "python",
1242 "pygments_lexer": "ipython3", 1244 "pygments_lexer": "ipython3",
1243 "version": "3.8.10" 1245 "version": "3.11.0"
1244 } 1246 }
1245 }, 1247 },
1246 "nbformat": 4, 1248 "nbformat": 4,