sourcebots / robot-api

(Legacy) API to interface with robotd
http://docs.sourcebots.co.uk/api/
MIT License
4 stars 1 forks source link

Add overload declarations for `ResultList.__getitem__` #54

Closed PeterJCLaw closed 6 years ago

PeterJCLaw commented 6 years ago

This clarifies that slicing a ResultList returns a List[Marker].

While that may not quite be what we actually want, changing it is out of scope for now.