summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornic <ra@afu.re>2024-11-03 19:11:29 -0500
committernic <ra@afu.re>2024-11-03 19:11:29 -0500
commitdba14e18c3dca6255a29bba9d494204c9b2c14c6 (patch)
tree84445bd9b33951d06a927f7eb1b5ec7a90b36b0e
parent00f8658da2f32dc54cf7a70a784b737f73581dec (diff)
Auto from nzxt - Sun 03 Nov 2024 07:11:29 PM EST
-rw-r--r--Technology/Python.md1
1 files changed, 1 insertions, 0 deletions
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