[Lldb-commits] [PATCH] D127458: [lldb][bindings] Implement __repr__ instead of __str__

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 10 09:48:07 PDT 2022


kastiglione added a comment.

Note also that the tests use `str()` in many places, so we can be sure this hasn't regressed that. I will add a test for `repr`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127458/new/

https://reviews.llvm.org/D127458



More information about the lldb-commits mailing list