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

Method add

mypyc/transform/ir_transform.py:108–109  ·  view source on GitHub ↗
(self, op: Op)

Source from the content-addressed store, hash-verified

106 block.error_handler = block_map.get(block.error_handler, block.error_handler)
107
108 def add(self, op: Op) -> Value:
109 return self.builder.add(op)
110
111 def visit_goto(self, op: Goto) -> None:
112 self.add(op)

Callers 15

visit_gotoMethod · 0.95
visit_branchMethod · 0.95
visit_returnMethod · 0.95
visit_unreachableMethod · 0.95
visit_assignMethod · 0.95
visit_assign_multiMethod · 0.95
visit_load_literalMethod · 0.95
visit_get_attrMethod · 0.95
visit_set_attrMethod · 0.95
visit_load_staticMethod · 0.95
visit_init_staticMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected