summaryrefslogtreecommitdiff
path: root/notebooks/python/python_oo.ipynb
diff options
context:
space:
mode:
authorSimeon Simeonov2022-11-03 06:10:02 +0100
committerSimeon Simeonov2022-11-03 06:10:02 +0100
commit2dfe3da941ea5d0be8102eaceb77f12c37991869 (patch)
tree86f0c7eecaa21d0a977c53647e6851ca1d24230e /notebooks/python/python_oo.ipynb
parent5bcc33ceebe7258cc093f02fd5feeb065deaa659 (diff)
Update notebooks/python/python_3_8_to_3_11.ipynb and notebooks/python/python_oo.ipynb
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,