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

Class CallableSubjectSlotGroup

source code

                       object --+                
                                |                
    Disconnectable.Disconnectable --+            
                                    |            
Disconnectable.CompoundDisconnectable --+        
                                        |        
                              SlotManager --+    
                                            |    
                             SubjectSlotGroup --+
                                                |
                                   object --+   |
                                            |   |
                            CallableSlotMixin --+
                                                |
                                               CallableSubjectSlotGroup

Instance Methods [hide private]

Inherited from SubjectSlotGroup: __init__, add_subject, has_subject, remove_subject, replace_subjects

Inherited from SubjectSlotGroup (private): _listener_for_subject

Inherited from SlotManager: register_slot, register_slot_manager

Inherited from Disconnectable.CompoundDisconnectable: disconnect, disconnect_disconnectable, find_disconnectable, has_disconnectable, register_disconnectable, unregister_disconnectable

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 SubjectSlotGroup: listener

Inherited from SubjectSlotGroup (private): _extra_args, _extra_kws

Properties [hide private]

Inherited from object: __class__