def _serialize_to_str()

in clearbox/features.py [0:0]


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