Fight.deepCopy() ================ This function returns a deepcopy of the fight object. Note that you cannot simply use the built=in *deepcopy* python function as it will not work. **Usage** .. code-block:: python # Usage newDeepCopyFight = newFight.deepCopy()