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

Function DEST

code_generators/interp_generator.py:152–154  ·  view source on GitHub ↗
(index: str='J')

Source from the content-addressed store, hash-verified

150# pass
151
152def DEST(index: str='J') -> str:
153 # Real return is the default
154 return 'dest[{0}]'.format(index)
155
156#def DEST_STR( dchar ):
157# # TODO: difference between npy_string and npy_unicode?

Callers 2

REDUCEFunction · 0.85
EXPRFunction · 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…