Closed RossPatterson closed 1 year ago
A quick PR to add __repr__ methods to the Python port's Group and HorizonalChoice classes, to fix issue #101. I discovered the lack when using print() to look at the Python objects created by another program that generates input to this package.
__repr__
print()
A quick PR to add
__repr__
methods to the Python port's Group and HorizonalChoice classes, to fix issue #101. I discovered the lack when usingprint()
to look at the Python objects created by another program that generates input to this package.