Beispiel #1
0
 def build_list(self, builder, list_type, items):
     """
     Build a list from the Numba *list_type* and its initial *items*.
     """
     return listobj.build_list(self, builder, list_type, items)
Beispiel #2
0
 def build_list(self, builder, list_type, items):
     """
     Build a list from the Numba *list_type* and its initial *items*.
     """
     return listobj.build_list(self, builder, list_type, items)