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

Method struct_name

mypyc/ir/class_ir.py:318–319  ·  view source on GitHub ↗
(self, names: NameGenerator)

Source from the content-addressed store, hash-verified

316 return names.private_name(self.module_name, self.name)
317
318 def struct_name(self, names: NameGenerator) -> str:
319 return f"{exported_name(self.fullname)}Object"
320
321 def get_method_and_class(
322 self, name: str, *, prefer_method: bool = False

Callers

nothing calls this directly

Calls 1

exported_nameFunction · 0.90

Tested by

no test coverage detected