3d1d2ccbe616f84cd9c63e45e267f3b4fdb09c9e,bokeh/embed.py,,_html_page_for_render_items,#Any#Any#Any#Any#Any#Any#Any#Any#Any#,460

Before Change


            warn("No Bokeh JS Resources provided to template. If required you will need to provide them manually.")
        bokeh_css = CSS_RESOURCES.render(css_raw=css_resources.css_raw, css_files=css_resources.css_files)

    script = PLOT_SCRIPT.render(
        plot_js=_wrap_in_function(
            DOC_JS.render(
                custom_models={}, // TODO
                websocket_url=websocket_url,
                docs_json=serialize_json(docs_json),
                render_items=serialize_json(render_items)
            )
        )
    )

    template_variables_full = \
        template_variables.copy() if template_variables is not None else {}

After Change


            warn("No Bokeh JS Resources provided to template. If required you will need to provide them manually.")
        bokeh_css = CSS_RESOURCES.render(css_raw=css_resources.css_raw, css_files=css_resources.css_files)

    script = _script_for_render_items(docs_json, render_items, websocket_url)

    template_variables_full = \
        template_variables.copy() if template_variables is not None else {}
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: bokeh/bokeh
Commit Name: 3d1d2ccbe616f84cd9c63e45e267f3b4fdb09c9e
Time: 2015-10-23
Author: hp@pobox.com
File Name: bokeh/embed.py
Class Name:
Method Name: _html_page_for_render_items


Project Name: bokeh/bokeh
Commit Name: 3d1d2ccbe616f84cd9c63e45e267f3b4fdb09c9e
Time: 2015-10-23
Author: hp@pobox.com
File Name: bokeh/embed.py
Class Name:
Method Name: notebook_div


Project Name: bokeh/bokeh
Commit Name: 4e45a1ac00560cf3d21e64365ef7770bf553903f
Time: 2017-08-21
Author: lcanavan@continuum.io
File Name: bokeh/embed.py
Class Name:
Method Name: notebook_content