Home | History | Annotate | Download | only in Compiler

Lines Matching refs:item_type

2490             item_type = env.lookup_operator_for_types(self.pos, "*", [iterator_type]).type.return_type
2491 if item_type.is_reference:
2492 item_type = item_type.ref_base_type
2493 if item_type.is_const:
2494 item_type = item_type.const_base_type
2495 return item_type
2871 item_type = infer_sequence_item_type(
2873 if item_type is not None:
2874 return item_type
3165 item_type = None
3167 item_type = infer_sequence_item_type(
3169 if item_type is None:
3170 item_type = py_object_type
3171 self.type = item_type