3956d5c6c21dc4b4faec72aff77f0e6b7d85dd45,bokeh/server/protocol/message.py,Message,send,#Message#Any#,159

Before Change



        sent += self.write_buffers(conn)

        return sent

    @property
    def complete(self):
        """ Returns whether all required parts of a message are present.

After Change



        sent += yield self.write_buffers(conn)

        raise gen.Return(sent)

    @property
    def complete(self):
        """ Returns whether all required parts of a message are present.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: bokeh/bokeh
Commit Name: 3956d5c6c21dc4b4faec72aff77f0e6b7d85dd45
Time: 2015-11-16
Author: hp@pobox.com
File Name: bokeh/server/protocol/message.py
Class Name: Message
Method Name: send


Project Name: bokeh/bokeh
Commit Name: 3956d5c6c21dc4b4faec72aff77f0e6b7d85dd45
Time: 2015-11-16
Author: hp@pobox.com
File Name: bokeh/server/protocol/message.py
Class Name: Message
Method Name: write_buffers


Project Name: bokeh/bokeh
Commit Name: e38088347546cba42f6d5acf0c57b2fd99706609
Time: 2015-12-29
Author: hp@pobox.com
File Name: bokeh/server/views/session_handler.py
Class Name: SessionHandler
Method Name: get_session