MCPcopy Create free account
hub / github.com/pydata/numexpr / NumExprReg

Class NumExprReg

numexpr3/numexpr_object.hpp:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…