596116954853f7476017242af09580eb9b6dcea2,perfkitbenchmarker/packages/fio.py,,ParseJobFile,#Any#,77

Before Change


      break
  for section in section_match:
    section_name = section[0]
    if section_name == GLOBAL:
      continue
    parameter_metadata[section_name] = {}
    parameter_metadata[section_name].update(global_metadata)
    parameter_metadata[section_name].update(ExtractFioParameters(section[1]))

  return parameter_metadata

After Change


    del sections[GLOBAL]
  for section in sections:
    if section != GLOBAL:
      sections[section] = dict(sections[section])
      sections[section].update(global_metadata)
    del sections[section]["__name__"]
  return dict(sections)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 6

Instances


Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 596116954853f7476017242af09580eb9b6dcea2
Time: 2015-03-26
Author: yuyantingzero@gmail.com
File Name: perfkitbenchmarker/packages/fio.py
Class Name:
Method Name: ParseJobFile


Project Name: home-assistant/home-assistant
Commit Name: 6354399d55688a77359c78b3d9914d001208af7e
Time: 2016-04-28
Author: paulus@paulusschoutsen.nl
File Name: homeassistant/components/automation/__init__.py
Class Name:
Method Name: _process_if


Project Name: chakki-works/doccano
Commit Name: eb09eb97d28c918756c12a8960d5daa85d098abc
Time: 2019-03-06
Author: light.tree.1.13@gmail.com
File Name: app/server/api.py
Class Name: CSVHandler
Method Name: parse