labs4capella / python4capella

Python for Capella
Eclipse Public License 2.0
52 stars 10 forks source link

Add __str__ and __repr__ method to JavaList #210

Closed ylussaud closed 2 weeks ago

ylussaud commented 6 months ago

see this post for more details.

ylussaud commented 6 months ago

maybe there is an implementation of str but it might call another method that is not implemented. At the moment it return '[]' even if elements are contained in the list.