Open Jou0us opened 2 months ago
Thanks for your attention. For whilelooppipeline, we are considering to abandon this feature for the difficulity to write a lambda function. Currently, we think directly coding a while loop is more simple and user-friendly.
def whilelooppipeline( loop_body_operators: Operators, conditionfunc: Callable[[int, Any], bool] = lambda , __: False, x: Optional[dict] = None, ) -> dict: """Functional version of WhileLoopPipeline.
这里的i感觉没什么意义,对于外面函数的定义还有影响,不看源码的话,会导致函数的定义失败的状态 文档也没有说明