rez.util
Misc useful stuff. TODO: Move this into rez.utils.?
- rez.util.find_last_sublist(list_, sublist)[source]
Given a list, find the last occurance of a sublist within it.
- Returns
Index where the sublist starts, or None if there is no match.
- rez.util.is_non_string_iterable(arg)[source]
Python 2 and 3 compatible non-string iterable identifier