Understanding Code of features_processing.py file

I am going through create_tracks_manager method in features_processing.py.

In the statement x, y, s = features[image][featureid], I am not able to understand x,y and s variables.

If someone could help, it would be much appreciated.