Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ A
Class
A
tests/test_traitlets.py:440–442 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
438
439
def
test_notify_all(self):
440
class
A(HasTraits):
441
a = Int()
442
b = Float()
443
444
a = A()
445
a.on_trait_change(self.notify1)
Callers
nothing calls this directly
Calls
2
Int
Class · 0.90
Float
Class · 0.90
Tested by
no test coverage detected