取前n小元素,等同于 :func:`bigflow.transforms.min_elements(self, key) ` Args: n (int): 必须大于0 key (function, optional): 用于提取key的函数,与Python内置``min()``中的 ``key`` 参数相同 **options: 可配置选项 Returns:
(self, n, key=None, **options)
source not stored for this graph (policy: none)
no outgoing calls