diff options
| author | nic <ra@afu.re> | 2024-11-05 13:39:49 -0500 |
|---|---|---|
| committer | nic <ra@afu.re> | 2024-11-05 13:39:49 -0500 |
| commit | 2e596863768890e7c0121e103231a6753febfa12 (patch) | |
| tree | a07a3170198ab84bd4b2856f2e50c71e5eab6b7f /Technology | |
| parent | f8379643035e0c8f3158c37e11743a968c4fac9e (diff) | |
Auto from nzxt - Tue 05 Nov 2024 01:39:49 PM EST
Diffstat (limited to 'Technology')
| -rw-r--r-- | Technology/Python.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Technology/Python.md b/Technology/Python.md index 2979edb..265abf3 100644 --- a/Technology/Python.md +++ b/Technology/Python.md @@ -23,6 +23,9 @@ with no arg show you all name in global namespace dir() == sorted(globals().keys()) +local namespace +gloabls() == locals() + 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. |
