autowrap icon indicating copy to clipboard operation
autowrap copied to clipboard

Generate __str__ and __repr__

Open timosachsenberg opened this issue 6 months ago • 0 comments

Just annotate a certain C++ in the pxd function to use as "wrap-as-str" and implement 10 lines of code generation.

Using << operator might be hard since they might be defined outside the class somewhere.

https://github.com/OpenMS/OpenMS/pull/7265

timosachsenberg avatar Dec 12 '23 13:12 timosachsenberg