5eea32833d075553313466462cfc3031f14cb745,lib/gui/control_helper.py,AutoFillContainer,get_all_children_config,#AutoFillContainer#Any#Any#,639

Before Change


                        value=child._value,  // pylint:disable=protected-access
                        variable=child._master_variable)  // pylint:disable=protected-access
                else:
                    custom_kwargs = dict()

                child_list.append({
                    "class": child.__class__,
                    "id": id_,

After Change


                                   child.winfo_name() == "chkbuttons"):
                    child.pack(fill=tk.X, expand=True)
                    child.update_idletasks()  // Updates the packing info of children
                    unpack.add(child)

                if child.winfo_name().startswith("toggledframe_header"):
                    // Headers should be entirely handled by parent widget
                    continue
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: deepfakes/faceswap
Commit Name: 5eea32833d075553313466462cfc3031f14cb745
Time: 2021-03-13
Author: 36920800+torzdf@users.noreply.github.com
File Name: lib/gui/control_helper.py
Class Name: AutoFillContainer
Method Name: get_all_children_config


Project Name: probcomp/bayeslite
Commit Name: eeec3413dd672bd4838c83b131586f7e7b5c254d
Time: 2015-06-04
Author: riastradh+probcomp@csail.mit.edu
File Name: src/crosscat.py
Class Name: CrosscatMetamodel
Method Name: _crosscat_get_rows


Project Name: bokeh/bokeh
Commit Name: 138f2227ce8722c080db91cbe6fdef5b88df0c5c
Time: 2018-03-17
Author: bryanv@anaconda.com
File Name: sphinx/source/docs/user_guide/examples/graph_static_paths.py
Class Name:
Method Name:


Project Name: bokeh/bokeh
Commit Name: 138f2227ce8722c080db91cbe6fdef5b88df0c5c
Time: 2018-03-17
Author: bryanv@anaconda.com
File Name: sphinx/source/docs/user_guide/examples/graph_customize.py
Class Name:
Method Name: