mib added inline comments.
================ Comment at: lldb/docs/conf.py:46 autodoc_default_options = { "special-members": "__int__, __len__, __hex__, __oct__, __iter__", } ---------------- @JDevlieghere AFAIK, if we want to silence the warnings, we should disable generating special members (such as `__hex__`) however I think this would be a missed opportunity since they can make using SB classes in python more ergonomic, for example using `hex(SBAddress)` instead of `hex(SBAddress.GetLoadAddress)` CHANGES SINCE LAST ACTION https://reviews.llvm.org/D159017/new/ https://reviews.llvm.org/D159017 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits