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

Method int_op

mypyc/irbuild/builder.py:450–451  ·  view source on GitHub ↗
(self, type: RType, lhs: Value, rhs: Value, op: int, line: int)

Source from the content-addressed store, hash-verified

448 return self.builder.primitive_op(desc, args, line, result_type)
449
450 def int_op(self, type: RType, lhs: Value, rhs: Value, op: int, line: int) -> Value:
451 return self.builder.int_op(type, lhs, rhs, op, line)
452
453 def compare_tuples(self, lhs: Value, rhs: Value, op: str, line: int) -> Value:
454 return self.builder.compare_tuples(lhs, rhs, op, line)

Callers 3

gen_stepMethod · 0.45
gen_stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected