diff options
Diffstat (limited to 'Technology/Python.md')
| -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 |
