MCPcopy Create free account
hub / github.com/ipython/traitlets / change_dict

Function change_dict

tests/test_traitlets.py:70–72  ·  view source on GitHub ↗
(*ordered_values)

Source from the content-addressed store, hash-verified

68
69
70def change_dict(*ordered_values):
71 change_names = ("name", "old", "new", "owner", "type")
72 return dict(zip(change_names, ordered_values))
73
74
75# -----------------------------------------------------------------------------

Callers 5

test_notify_allMethod · 0.85
test_notify_oneMethod · 0.85
test_notify_subclassMethod · 0.85
test_static_notifyMethod · 0.85
test_notify_argsMethod · 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…