|
if "intercept_events" in traits: |
|
warnings.warn( |
|
"'intercept_events' is a deprecated trait", |
|
warnings.DeprecationWarning, |
|
) |
The Container.intercept_traits trait has been deprecated for a while now. It was deprecated in 2007 in the commit 9ac7118. I think it's about time we remove the trait from the codebase.
enable/enable/container.py
Lines 114 to 118 in 3d138a2
The
Container.intercept_traitstrait has been deprecated for a while now. It was deprecated in 2007 in the commit 9ac7118. I think it's about time we remove the trait from the codebase.