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

Function bitmap_name

mypyc/common.py:146–149  ·  view source on GitHub ↗
(index: int)

Source from the content-addressed store, hash-verified

144
145
146def bitmap_name(index: int) -> str:
147 if index == 0:
148 return "__bitmap"
149 return f"__bitmap{index + 1}"

Callers 6

add_args_to_envFunction · 0.90
__init__Method · 0.90
generate_arg_checkFunction · 0.90
emit_callMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…