02a2d327ab2d25aec3a28d5c0b7f594c346f33b4,src/python/pants/help/help_printer.py,HelpPrinter,_print_options_help,#HelpPrinter#,117

Before Change


            print("  [file] can be:")
            print("     A path to a file.")
            print("     A path glob, such as "**/*.ext", in quotes to prevent shell expansion.")
            print("  [target] accepts two special forms:")
            print("    dir:  to include all targets in the specified directory.")
            print("    dir:: to include all targets found recursively under the directory.")
            print("\nFriendly docs:\n  http://pantsbuild.org/")

After Change


            help_scopes = set(self._all_help_info.scope_to_help_info.keys())
        else:
            // The scopes explicitly mentioned by the user on the cmd line.
            help_scopes = set(help_request.scopes)

        if help_scopes:
            for scope in help_scopes:
                help_str = self._format_help(scope, help_request.advanced)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: pantsbuild/pants
Commit Name: 02a2d327ab2d25aec3a28d5c0b7f594c346f33b4
Time: 2020-07-07
Author: benjyw@gmail.com
File Name: src/python/pants/help/help_printer.py
Class Name: HelpPrinter
Method Name: _print_options_help


Project Name: Logan1x/Python-Scripts
Commit Name: 2ef5c047b4296a807eea8366f67d7f271f0d47de
Time: 2020-06-28
Author: 59202862+Monsieurvishal@users.noreply.github.com
File Name: bin/password-strength-checker.py
Class Name:
Method Name: pass1


Project Name: has2k1/plotnine
Commit Name: 4ea3f3192422d4d5b0687f881f2d1147355f2a9e
Time: 2014-03-30
Author: has2k1@gmail.com
File Name: ggplot/geoms/geom_now_its_art.py
Class Name: geom_now_its_art
Method Name: plot_layer