Ejemplo n.º 1
0
    def rpc_fix_code_with_yapf(self, source):
        """Formats Python code to conform to the PEP 8 style guide.

        """
        source = get_source(source)
        return fix_code_with_yapf(source)
Ejemplo n.º 2
0
    def rpc_fix_code_with_yapf(self, source):
        """Formats Python code to conform to the PEP 8 style guide.

        """
        source = get_source(source)
        return fix_code_with_yapf(source)