opentelemetry-python icon indicating copy to clipboard operation
opentelemetry-python copied to clipboard

Add __repr__ to all classes

Open ocelotl opened this issue 1 year ago • 0 comments

Motivated by #3632 where there is a feature that shows the code that would instantiate the same objects that the configuration prototype would instantiate. For that to work we need a proper __repr__ method in all classes.

ocelotl avatar Jan 26 '24 22:01 ocelotl