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
def get_go_string(self, point):
"""Return the entire string of stones at a point.
Returns None if the point is empty, or a GoString if there is
a stone on that point.
"""
return self._grid.get(point)
better than the original?
The text was updated successfully, but these errors were encountered:
better than the original?
The text was updated successfully, but these errors were encountered: