Cyclist to list of functions, and combine their results until a match is found

后端 未结 0 1807
野的像风
野的像风 2020-11-28 02:37

I have multiple lists of functions, that are called using lambdas:

a = [ lambda: func_a1(a11, a12, a13), lambda: func_a2(a21, a23) ...]

b = [ lambda: func_b1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题