Show More
@@ -26,7 +26,7 b' class NotificationCenter(object):' | |||||
26 | ... print theType,theSender,args |
|
26 | ... print theType,theSender,args | |
27 | ... |
|
27 | ... | |
28 | >>> notification.sharedCenter.add_observer(callback, 'NOTIFICATION_TYPE', None) |
|
28 | >>> notification.sharedCenter.add_observer(callback, 'NOTIFICATION_TYPE', None) | |
29 | >>> notification.sharedCenter.post_notification('NOTIFICATION_TYPE', object()) |
|
29 | >>> notification.sharedCenter.post_notification('NOTIFICATION_TYPE', object()) # doctest:+ELLIPSIS | |
30 | NOTIFICATION_TYPE ... |
|
30 | NOTIFICATION_TYPE ... | |
31 |
|
31 | |||
32 | """ |
|
32 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now