Search notes:

vector.py

vector.py (located under <python-installation-dir>/Tools/demo), demonstrates classes and some of the dunders, such as __repr__, __len__, __getitem__, __add__, __sub__ and __mul__

Index