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

Function get_return_sig

numexpr3/interpreter.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84char
85get_return_sig(NumExprObject* self)
86{
87 NE_REGISTER last_reg = self->program[self->program_len - 1].ret;
88 return self->registers[last_reg].dchar;
89}
90
91
92// TODO: refactor get_reduction_axis

Callers 1

NumExpr_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…