Difference between revisions of "Python double under (dunder) methods"

From wikieduonline
Jump to navigation Jump to search
Line 18: Line 18:
 
* [[Polymorphism]]
 
* [[Polymorphism]]
 
* <code>_xxxx</code> and <code>__xxxx</code>. Read https://docs.python.org/3/tutorial/classes.html#private-variables
 
* <code>_xxxx</code> and <code>__xxxx</code>. Read https://docs.python.org/3/tutorial/classes.html#private-variables
 +
* <code>[[from]] os [[import]] open as open_</code>
  
 
== Activities ==
 
== Activities ==

Revision as of 05:58, 15 March 2022

Advertising: