page.__str__() ============== Casts a page object to a string of the format : page.Name ; page.Potency ; page.Damage isCrit ; ; page.TimeStamp ; percentBuff ; dhBuff ; critBuff; **Return** This returns a string. **Usage** .. code-block:: python print(str(newPage))