| 52 | PyObject_HEAD |
| 53 | struct NumExprOperation *program; |
| 54 | struct NumExprReg *registers; |
| 55 | |
| 56 | // a chunk of raw memory for storing scalar BLOCKs, just a reference |
| 57 | // for efficient garbage collection. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…