You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes there is a lot of manipulation with signal kwargs. They are stored in self.signal_kwargs. I propose to create a new property sk that will just return self.signal_kwargs. Therefore, we can then use something like self.sk['instance']
The text was updated successfully, but these errors were encountered:
Sometimes there is a lot of manipulation with signal kwargs. They are stored in
self.signal_kwargs
. I propose to create a new propertysk
that will just returnself.signal_kwargs
. Therefore, we can then use something likeself.sk['instance']
The text was updated successfully, but these errors were encountered: