Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ label
Method
label
mypyc/codegen/emitfunc.py:901–902 ·
view source on GitHub ↗
(self, label: BasicBlock)
Source
from the content-addressed store, hash-verified
899
# Helpers
900
901
def
label(self, label: BasicBlock) -> str:
902
return
self.emitter.label(label)
903
904
def
reg(self, reg: Value) -> str:
905
if
isinstance(reg, Integer):
Callers
4
visit_goto
Method · 0.95
visit_branch
Method · 0.95
visit_get_attr
Method · 0.95
visit_cast
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected