31329cd6c603e34e3564fda160ec6e456a48934a,Orange/canvas/registry/discovery.py,WidgetDiscovery,widget_description,#WidgetDiscovery#Any#Any#Any#Any#,326
Before Change
try:
desc = WidgetDescription.from_module(module)
except WidgetSpecificationError:
exc_info = sys.exc_info()
if desc is None:
// Is it an old style widget file.
try:
After Change
pass
if desc is None:
raise
if widget_name is not None:
desc.name = widget_name
In pattern: SUPERPATTERN
Frequency: 7
Non-data size: 3
Instances Project Name: biolab/orange3
Commit Name: 31329cd6c603e34e3564fda160ec6e456a48934a
Time: 2013-12-09
Author: anze.staric@gmail.com
File Name: Orange/canvas/registry/discovery.py
Class Name: WidgetDiscovery
Method Name: widget_description
Project Name: deepmind/dm_control
Commit Name: fb068045b1c322d14ac488ecfbc698d158c7d630
Time: 2020-11-26
Author: alimuldal@google.com
File Name: dm_control/_render/glfw_renderer.py
Class Name:
Method Name:
Project Name: bokeh/bokeh
Commit Name: f9a28ab7165023180b519239b5f8952f4e97a6d1
Time: 2016-06-27
Author: bryanv@continuum.io
File Name: bokeh/sphinxext/bokeh_plot.py
Class Name:
Method Name: html_visit_bokeh_plot
Project Name: deepmind/dm_control
Commit Name: fb068045b1c322d14ac488ecfbc698d158c7d630
Time: 2020-11-26
Author: alimuldal@google.com
File Name: dm_control/composer/initializers/prop_initializer.py
Class Name: PropPlacer
Method Name: __call__
Project Name: lingpy/lingpy
Commit Name: 997f7e378ffd48fd23107037534ad12cc471cdb6
Time: 2013-10-25
Author: frank@pc08447.Germanistik-Kunst.Uni-Marburg.DE
File Name: lingpy/basic/_parser.py
Class Name: _QLCParser
Method Name: _init_first
Project Name: bokeh/bokeh
Commit Name: f9a28ab7165023180b519239b5f8952f4e97a6d1
Time: 2016-06-27
Author: bryanv@continuum.io
File Name: bokeh/sphinxext/bokeh_plot.py
Class Name: BokehPlotDirective
Method Name: run
Project Name: deepmind/dm_control
Commit Name: fb068045b1c322d14ac488ecfbc698d158c7d630
Time: 2020-11-26
Author: alimuldal@google.com
File Name: dm_control/composer/task.py
Class Name: Task
Method Name: _check_root_entity