Stat.__str__() ============== This function is the string casting of the Stat class. **Return** This function returns a string of that format : 'Stat.StatType : Stat.Value'. **Usage** .. code-block:: python print(str(newStat))