(change)
| 2751 | recorded = {} |
| 2752 | |
| 2753 | def record(change): |
| 2754 | recorded["change"] = change |
| 2755 | |
| 2756 | # observe with names=set |
| 2757 | c.observe(record, names={"i", "s"}) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…