MCPcopy
hub / github.com/python/mypy / add

Method add

mypyc/irbuild/builder.py:339–340  ·  view source on GitHub ↗
(self, op: Op)

Source from the content-addressed store, hash-verified

337 # Pass through methods for the most common low-level builder ops, for convenience.
338
339 def add(self, op: Op) -> Value:
340 return self.builder.add(op)
341
342 def goto(self, target: BasicBlock) -> None:
343 self.builder.goto(target)

Callers 15

gen_importMethod · 0.95
assign_if_nullMethod · 0.95
init_final_staticMethod · 0.95
init_type_varMethod · 0.95
load_type_varMethod · 0.95
readMethod · 0.95
read_nullable_attrMethod · 0.95
assignMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected