e3073f0fd4cc62fef7bfbca23ffd360e2d6c8a6a,src/python/twitter/pants/commands/goal.py,List,execute,#List#Any#,87

Before Change


      elif self.context.options.goal_list_all:
        undocumented.append(phase.name)
    for name, description in documented_rows:
      print("  %s: %s" % (name.rjust(max_width), description))
    if undocumented:
      print("\nUndocumented goals:\n  %s" % " ".join(undocumented))

After Change


    phases = [Phase(name) for name in names]
    Phase.setup_parser(parser, [], phases)
    options, _ = parser.parse_args([])
    context = Context(context.config, options, context.run_tracker, context.target_roots,
                      requested_goals=list(names))
    return cls._execute(context, phases, print_timing=False)

  @staticmethod
  def _execute(context, phases, print_timing):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: pantsbuild/pants
Commit Name: e3073f0fd4cc62fef7bfbca23ffd360e2d6c8a6a
Time: 2014-02-11
Author: jsirois@twitter.com
File Name: src/python/twitter/pants/commands/goal.py
Class Name: List
Method Name: execute


Project Name: jazzband/django-debug-toolbar
Commit Name: d85509edab8290666d056ba5f0a9423feceb64d5
Time: 2008-09-07
Author: rob@cogit8.org
File Name: debug_toolbar/panels/sql.py
Class Name: SQLDebugPanel
Method Name: content


Project Name: googledatalab/pydatalab
Commit Name: 8af6026399c83a386fd3ca2fd2b10e9b8b911890
Time: 2017-05-26
Author: yebrahim@users.noreply.github.com
File Name: google/datalab/bigquery/commands/_bigquery.py
Class Name:
Method Name: _table_cell