“cmd.index” returns a list of tuples corresponding to the object name and index of the atoms in the selection.
list = cmd.index(string selection="(all)") om indices are fragile and will change as atoms are added deleted. Whenever possible, use integral atom identifiers stead of indices.
def index(selection="(all)",quiet=1):