get_linearly_sampled_items# API documentation for tradeexecutor.utils.list.get_linearly_sampled_items Python function. get_linearly_sampled_items(lst, count)[source]# Get N items from a list, equally distributed over the index. Parameters: lst (list) – count (int) –