Package _Framework :: Module SubjectSlot :: Class CallableSubjectSlot
[hide private]
[frames] | no frames]

Class CallableSubjectSlot

source code

                   object --+        
                            |        
Disconnectable.Disconnectable --+    
                                |    
                      SubjectSlot --+
                                    |
                       object --+   |
                                |   |
                CallableSlotMixin --+
                                    |
                                   CallableSubjectSlot

Instance Methods [hide private]

Inherited from SubjectSlot: __init__, connect, disconnect, is_connected, soft_disconnect

Inherited from CallableSlotMixin: __call__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from SubjectSlot: listener, subject

Inherited from SubjectSlot (private): _extra_args, _extra_kws

Properties [hide private]

Inherited from object: __class__