summaryrefslogtreecommitdiff
path: root/3 Resources/Python/Python dunder.md
blob: ca24307ba4c0de1c7ca502afc33dfc75078563dd (plain)
1
2
3
4
5
6
---
tags:
  - python
---
Everything in python is an object, even strings, functions etc.
all operations are defined as dunder methods; eg  "bla" + "bla" == str.\_\_add\_\_