Skip to content

the values can still be a list (ie a union or parameterized) #34

@todo

Description

@todo

# 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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions