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

Function test_notification_order

tests/test_traitlets.py:2434–2440  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2432
2433
2434def test_notification_order():
2435 d = {c: c for c in "abcdefghijkl"}
2436 obj = OrderTraits()
2437 assert obj.notified == {}
2438 obj = OrderTraits(**d)
2439 notifications = {c: d for c in "abcdefghijkl"}
2440 assert obj.notified == notifications
2441
2442
2443###

Callers

nothing calls this directly

Calls 1

OrderTraitsClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…