MCPcopy
hub / github.com/numpy/numpy / merge_api_dicts

Function merge_api_dicts

numpy/_core/code_generators/genapi.py:458–463  ·  view source on GitHub ↗
(dicts)

Source from the content-addressed store, hash-verified

456 return sorted(o, key=_key)
457
458def merge_api_dicts(dicts):
459 ret = {}
460 for d in dicts:
461 ret.update(d)
462
463 return ret
464
465def check_api_dict(d):
466 """Check that an api dict is valid (does not use the same index twice)

Callers

nothing calls this directly

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…