From dba14e18c3dca6255a29bba9d494204c9b2c14c6 Mon Sep 17 00:00:00 2001 From: nic Date: Sun, 3 Nov 2024 19:11:29 -0500 Subject: Auto from nzxt - Sun 03 Nov 2024 07:11:29 PM EST --- Technology/Python.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Technology/Python.md') diff --git a/Technology/Python.md b/Technology/Python.md index aaffbf6..e9e5a49 100644 --- a/Technology/Python.md +++ b/Technology/Python.md @@ -20,6 +20,7 @@ len(x) - function x.upper() - method dir() - built it give directory of an object (all methods available) +super() - goes trought inheritance chain and return the class that is after the one passed as the function first argument. Can by used to bypass modification made by earlier classes. # Data containers -- cgit v1.2.3