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

Method temp_name

mypyc/codegen/emitfunc.py:221–222  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

219 self.op_index = 0
220
221 def temp_name(self) -> str:
222 return self.emitter.temp_name()
223
224 def visit_goto(self, op: Goto) -> None:
225 if op.label is not self.next_block:

Callers 2

get_attr_exprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected