MCPcopy Create free account
hub / github.com/python/mypy / short_group_suffix

Method short_group_suffix

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

Source from the content-addressed store, hash-verified

633
634 @property
635 def short_group_suffix(self) -> str:
636 return "_" + exported_name(self.group_name.split(".")[-1]) if self.group_name else ""
637
638 def generate_c_for_modules(self) -> list[tuple[str, str]]:
639 file_contents = []

Callers

nothing calls this directly

Calls 2

exported_nameFunction · 0.90
splitMethod · 0.80

Tested by

no test coverage detected