diff options
| author | nic <ra@afu.re> | 2024-11-03 19:11:29 -0500 |
|---|---|---|
| committer | nic <ra@afu.re> | 2024-11-03 19:11:29 -0500 |
| commit | dba14e18c3dca6255a29bba9d494204c9b2c14c6 (patch) | |
| tree | 84445bd9b33951d06a927f7eb1b5ec7a90b36b0e /Technology | |
| parent | 00f8658da2f32dc54cf7a70a784b737f73581dec (diff) | |
Auto from nzxt - Sun 03 Nov 2024 07:11:29 PM EST
Diffstat (limited to 'Technology')
| -rw-r--r-- | Technology/Python.md | 1 |
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 |
