Declaring dictionary with value of list in numba jitclass

后端 未结 0 1923
南笙
南笙 2020-11-28 00:39

I am trying to declare a dict type as string => list of int. e.g. "D":[20, 30]

So far, I have got the following

mock_array_list = numba.ty         


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