MCPcopy Create free account
hub / github.com/python/mypy / vec_to_list

Function vec_to_list

mypyc/irbuild/vec.py:599–600  ·  view source on GitHub ↗
(builder: LowLevelIRBuilder, vec: Value, line: int)

Source from the content-addressed store, hash-verified

597
598
599def vec_to_list(builder: LowLevelIRBuilder, vec: Value, line: int) -> Value | None:
600 return _vec_to_sequence(builder, vec, line, "to_list", list_rprimitive)
601
602
603def vec_to_tuple(builder: LowLevelIRBuilder, vec: Value, line: int) -> Value | None:

Callers 1

translate_vec_to_listFunction · 0.90

Calls 1

_vec_to_sequenceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…