MCPcopy Index your code
hub / github.com/numpy/numpy / indirect

Function indirect

numpy/_core/arrayprint.py:501–502  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

499 # we need to wrap values in `formatter` in a lambda, so that the interface
500 # is the same as the above values.
501 def indirect(x):
502 return lambda: x
503
504 if formatter is not None:
505 fkeys = [k for k in formatter.keys() if formatter[k] is not None]

Callers 1

_get_formatdictFunction · 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…