epy.diff_str

Contents

epy.diff_str#

etils.epy.diff_str(a: str | object, b: str | object) str[source]#

Pretty diff between 2 objects.

Parameters:
  • a – Object/str to compare

  • b – Object/str to compare

Returns:

The diff string