MCPcopy Create free account
hub / github.com/numpy/numpy / indirect

Function indirect

numpy/core/arrayprint.py:427–428  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

425 # we need to wrap values in `formatter` in a lambda, so that the interface
426 # is the same as the above values.
427 def indirect(x):
428 return lambda: x
429
430 if formatter is not None:
431 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