sashahafner / pystupid

Some notes on Python syntax and more
GNU General Public License v3.0
2 stars 0 forks source link

Functions versus methods #17

Open sashahafner opened 9 months ago

sashahafner commented 9 months ago

To use a dot . or not? Some explanation of this behavior here: https://stackoverflow.com/questions/28703834/why-do-some-methods-use-dot-notation-and-others-dont.