You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought this was done by default, however, it was not.
This could be done in the Train class using the departure datetimes. When the train elements are returned, maybe sort it in the receiving area, in trainResultsArea?
Would need to create a less than __lt__ and greater than __gt__ overload.
The text was updated successfully, but these errors were encountered:
I thought this was done by default, however, it was not.
This could be done in the
Train
class using the departure datetimes. When the train elements are returned, maybe sort it in the receiving area, intrainResultsArea
?Would need to create a less than
__lt__
and greater than__gt__
overload.The text was updated successfully, but these errors were encountered: