def __repr__(self): """ Returns a string representation of this object, for debugging. @rtype: str """ return '<paramiko.SecurityOptions for %s>' % repr(self._transport)