Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_header
Function · 0.45
legacy_wrapper_function_header
Function · 0.45
generate_hash_wrapper
Function · 0.45
generate_len_wrapper
Function · 0.45
set_target
Method · 0.45
generate_function_declaration
Function · 0.45
emit_module_methods
Method · 0.45
native_slot
Function · 0.45
dunder_attr_slot
Function · 0.45
generate_vtable
Function · 0.45
generate_setup_for_class
Function · 0.45
emit_attr_defaults_func_call
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected