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

Method cname

mypyc/ir/func_ir.py:321–322  ·  view source on GitHub ↗
(self, names: NameGenerator)

Source from the content-addressed store, hash-verified

319 return self.decl.internal
320
321 def cname(self, names: NameGenerator) -> str:
322 return self.decl.cname(names)
323
324 def __repr__(self) -> str:
325 if self.class_name:

Callers 15

wrapper_function_headerFunction · 0.45
generate_hash_wrapperFunction · 0.45
generate_len_wrapperFunction · 0.45
set_targetMethod · 0.45
emit_module_methodsMethod · 0.45
native_slotFunction · 0.45
dunder_attr_slotFunction · 0.45
generate_vtableFunction · 0.45
generate_setup_for_classFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected