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

From wikieduonline
Jump to navigation Jump to search
Line 19: Line 19:
 
* <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>
 
* <code>[[from]] os [[import]] open as open_</code>
 +
* [[Underscore]]
  
 
== Activities ==
 
== Activities ==

Revision as of 05:58, 15 March 2022

Advertising: