Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
362
class
directional_link:
Callers
2
test_unlink_link
Method · 0.45
test_unlink_link
Method · 0.45
Calls
1
unobserve
Method · 0.80
Tested by
2
test_unlink_link
Method · 0.36
test_unlink_link
Method · 0.36