diff options
| author | nic <ra@afu.re> | 2024-11-05 11:48:27 -0500 |
|---|---|---|
| committer | nic <ra@afu.re> | 2024-11-05 11:48:27 -0500 |
| commit | 7900e45d49a383dfdea4b6612823c4c2f7fb088d (patch) | |
| tree | 7d3a1661446d3e89fccbe6c2644af5fb76819dff /Technology/Python.md | |
| parent | 51d7d4fcbc6ac383befdc2ee64683ce8d89db6e6 (diff) | |
Auto from nzxt - Tue 05 Nov 2024 11:48:27 AM EST
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 7528f6b..0024e34 100644 --- a/Technology/Python.md +++ b/Technology/Python.md @@ -19,6 +19,7 @@ len(x) - function x.upper() - method dir() - built it give directory of an object (all methods available) +with no arg show you all name in global namespace 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. |
