(cl: ClassIR, fn: FuncIR, emitter: Emitter)
| 48 | |
| 49 | |
| 50 | def native_slot(cl: ClassIR, fn: FuncIR, emitter: Emitter) -> str: |
| 51 | return f"{NATIVE_PREFIX}{fn.cname(emitter.names)}" |
| 52 | |
| 53 | |
| 54 | def dunder_attr_slot(cl: ClassIR, fn: FuncIR, emitter: Emitter) -> str: |
nothing calls this directly
no test coverage detected
searching dependent graphs…