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

Method group_suffix

mypyc/codegen/emitmodule.py:631–632  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

629
630 @property
631 def group_suffix(self) -> str:
632 return "_" + exported_name(self.group_name) if self.group_name else ""
633
634 @property
635 def short_group_suffix(self) -> str:

Callers

nothing calls this directly

Calls 1

exported_nameFunction · 0.90

Tested by

no test coverage detected