def _serialize_to_str()

in clearbox/features.py [0:0]


  def _serialize_to_str(self) -> str:
    return " + ".join([str(arg) for arg in self._args])