Exemplo n.º 1
0
    def notifications(self):
        '''
        Returns a NotificationManager instance
        '''

        return create_mixin(self, '__notification_manager',
                            NotificationManager)
Exemplo n.º 2
0
    def notifications(self):
        '''
        Returns a NotificationManager instance
        '''

        return create_mixin(self, '__notification_manager', NotificationManager)
Exemplo n.º 3
0
    def session(self):
        '''
        Returns a SessionManager instance
        '''

        return create_mixin(self, '__session_manager', SessionManager)
Exemplo n.º 4
0
    def session(self):
        '''
        Returns a SessionManager instance
        '''

        return create_mixin(self, '__session_manager', SessionManager)