Exemplo n.º 1
0
    def prettyPrintLibraries(self):
        """Return a nicely formatted string describing the library names

        Wraps a call to 'pretty_print_names' function.
        """
        return utils.pretty_print_names(self.libraries)
Exemplo n.º 2
0
    def prettyPrintLibraries(self):
        """Return a nicely formatted string describing the library names

        Wraps a call to 'pretty_print_names' function.
        """
        return utils.pretty_print_names(self.libraries)
Exemplo n.º 3
0
    def prettyPrintSamples(self):
        """Return a nicely formatted string describing the sample names

        Wraps a call to 'pretty_print_names' function.
        """
        return utils.pretty_print_names(self.samples)
Exemplo n.º 4
0
    def prettyPrintSamples(self):
        """Return a nicely formatted string describing the sample names

        Wraps a call to 'pretty_print_names' function.
        """
        return utils.pretty_print_names(self.samples)