alias_api.next_locator

alias_api.next_locator(cur_locator: alias_api.AlLocator) alias_api.AlLocator

Return the AlLocator following cur_locator in the list of Alias AlLocator objects.

None is returned if cur_locator has no next locator.

Parameters

cur_locator (AlLocator) – The locator from which to walk forward.

Returns

The locator following the cur_locator.

Return type

AlLocator