MCPcopy Index your code
hub / github.com/python/mypy / builtin_len

Method builtin_len

mypyc/irbuild/builder.py:456–457  ·  view source on GitHub ↗
(self, val: Value, line: int, use_pyssize_t: bool = False)

Source from the content-addressed store, hash-verified

454 return self.builder.compare_tuples(lhs, rhs, op, line)
455
456 def builtin_len(self, val: Value, line: int, use_pyssize_t: bool = False) -> Value:
457 return self.builder.builtin_len(val, line, use_pyssize_t)
458
459 def new_tuple(self, items: list[Value], line: int) -> Value:
460 return self.builder.new_tuple(items, line)

Callers 4

load_lenMethod · 0.45
get_expr_length_valueFunction · 0.45
translate_lenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected