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

Method module_internal_static_name

mypyc/codegen/emitmodule.py:1517–1518  ·  view source on GitHub ↗
(self, module_name: str, emitter: Emitter)

Source from the content-addressed store, hash-verified

1515 )
1516
1517 def module_internal_static_name(self, module_name: str, emitter: Emitter) -> str:
1518 return emitter.static_name(module_name + "__internal", None, prefix=MODULE_PREFIX)
1519
1520 def declare_module(self, module_name: str, emitter: Emitter) -> None:
1521 # We declare two globals for each compiled module:

Callers 4

emit_module_exec_funcMethod · 0.95
emit_init_only_funcMethod · 0.95
emit_module_init_funcMethod · 0.95
declare_moduleMethod · 0.95

Calls 1

static_nameMethod · 0.80

Tested by

no test coverage detected