MCPcopy 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_gotoMethod · 0.95
visit_branchMethod · 0.95
visit_get_attrMethod · 0.95
visit_castMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected