-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
pytrips/pytrips/structures/sem.py
Lines 58 to 63 in 5ead581
| # TODO: the values can still be a list (ie a union or parameterized) | |
| values = " ".join([":{} {}".format(k, str(v)) for k, v in values[:2]]) | |
| return "({} {}{})".format(self.type, values, ellipsis) | |
| def __repr__(self): | |
| return "<TripsSem {}>".format(str(self)) |
This issue was generated by todo based on a TODO comment in 5ead581. It's been assigned to @mrmechko because they committed the code.
Reactions are currently unavailable