MCPcopy Index your code
hub / github.com/python/mypy / emitclass.py

File emitclass.py

mypyc/codegen/emitclass.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Code generation for native classes and related wrappers."""
2
3from __future__ import annotations
4

Callers

nothing calls this directly

Calls 2

generate_init_for_classFunction · 0.85
generate_call_wrapperFunction · 0.85

Tested by

no test coverage detected