f1bc5b054e29f6d8e948fe7222936a2b0a975535,bokeh/util/compiler.py,,_bundle_models,#Any#,537
Before Change
return json.loads(f.read())
bundles = ["bokeh", "bokeh-api", "bokeh-widgets", "bokeh-tables", "bokeh-gl"]
known_modules = set(sum([ read_json(name) for name in bundles ], []))
custom_impls = _compile_models(custom_models)
extra_modules = {}
After Change
bokeh = json.loads(f.read())
known_modules = set()
for artifact in bokeh["artifacts"]:
canonical = artifact["module"].get("canonical")
if canonical is not None:
known_modules.add(canonical)
custom_impls = _compile_models(custom_models)
extra_modules = {}
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: bokeh/bokeh
Commit Name: f1bc5b054e29f6d8e948fe7222936a2b0a975535
Time: 2019-10-07
Author: mattpap@gmail.com
File Name: bokeh/util/compiler.py
Class Name:
Method Name: _bundle_models
Project Name: reinforceio/tensorforce
Commit Name: 88caabc1afc64121fa68b91e9b6c6515d566c8ec
Time: 2017-06-11
Author: mi.schaarschmidt@gmail.com
File Name: examples/lab_main.py
Class Name:
Method Name: main
Project Name: deepmipt/DeepPavlov
Commit Name: 57e57f9483b85cd9a1e9c0a2701349fdc5e3794b
Time: 2019-08-02
Author: ignatov.fedor@gmail.com
File Name: deeppavlov/utils/socket/socket.py
Class Name:
Method Name: start_model_socket