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

Class NumExprOperation

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

Source from the content-addressed store, hash-verified

23#define LAST_OP(self) self->program[self->program_len-1].op
24
25struct NumExprOperation
26{
27 NE_WORD op;
28 NE_REGISTER ret;
29 NE_REGISTER arg1;
30 NE_REGISTER arg2;
31 NE_REGISTER arg3;
32};
33
34// We can pack the tuples in Python and pass them in directly?
35// General idea here is to not access the Python API directly after initial

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…