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

Method unlink

traitlets/traitlets.py:357–359  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

355 )
356
357 def unlink(self) -> None:
358 self.source[0].unobserve(self._update_target, names=self.source[1])
359 self.target[0].unobserve(self._update_source, names=self.target[1])
360
361
362class directional_link:

Callers 2

test_unlink_linkMethod · 0.45
test_unlink_linkMethod · 0.45

Calls 1

unobserveMethod · 0.80

Tested by 2

test_unlink_linkMethod · 0.36
test_unlink_linkMethod · 0.36