Esempio 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)
Esempio 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)