17 Jul 23:13
Harmful to set sync_trait multiples times for the same pair of traits?
From: Alexander Michael <lxander.m@...>
Subject: Harmful to set sync_trait multiples times for the same pair of traits?
Newsgroups: gmane.comp.python.enthought.devel
Date: 2008-07-17 21:16:27 GMT
Subject: Harmful to set sync_trait multiples times for the same pair of traits?
Newsgroups: gmane.comp.python.enthought.devel
Date: 2008-07-17 21:16:27 GMT
Is it harmful to redundantly setup the same pair of traits to sync? Something like: my_obj.sync_trait(name, other_obj) my_obj.sync_trait(name, other_obj) I ask because I'm doing this in a context in which it isn't obvious whether or not it has already been done (depending on how the user is interacting with the app). Thanks, Alex
RSS Feed