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

Method reg

mypyc/codegen/emit.py:233–234  ·  view source on GitHub ↗
(self, reg: Value)

Source from the content-addressed store, hash-verified

231 return "CPyL%s" % label.label
232
233 def reg(self, reg: Value) -> str:
234 return REG_PREFIX + self.value_names[reg]
235
236 def attr(self, name: str) -> str:
237 return ATTR_PREFIX + name

Callers 1

test_regMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_regMethod · 0.76