Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
visit_load_error_value
Method · 0.95
get_attr_expr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected