SYMBOL INDEX (17 symbols across 4 files) FILE: 01-data-model/frenchdeck.py class FrenchDeck (line 5) | class FrenchDeck: method __init__ (line 9) | def __init__(self): method __len__ (line 13) | def __len__(self): method __getitem__ (line 16) | def __getitem__(self, position): FILE: 01-data-model/vector2d.py class Vector (line 3) | class Vector: method __init__ (line 5) | def __init__(self, x=0, y=0): method __repr__ (line 9) | def __repr__(self): method __abs__ (line 12) | def __abs__(self): method __bool__ (line 15) | def __bool__(self): method __add__ (line 18) | def __add__(self, other): method __mul__ (line 23) | def __mul__(self, scalar): FILE: 04-text-byte/asciize.py function shave_marks (line 36) | def shave_marks(txt): function shave_marks_latin (line 45) | def shave_marks_latin(txt): function dewinize (line 78) | def dewinize(txt): function asciize (line 83) | def asciize(txt): FILE: 04-text-byte/normeq.py function nfc_equal (line 34) | def nfc_equal(str1, str2): function fold_equal (line 37) | def fold_equal(str1, str2):