Searched full:pretty_printer (Results 1 – 16 of 16) sorted by relevance
6 pretty_printer:11 pretty_printer:16 pretty_printer:97 pretty_printer:116 pretty_printer:135 pretty_printer:154 pretty_printer:173 pretty_printer:192 pretty_printer:211 pretty_printer:[all …]
6 pretty_printer:11 pretty_printer:16 pretty_printer:115 pretty_printer:134 pretty_printer:153 pretty_printer:172 pretty_printer:192 pretty_printer:211 pretty_printer:230 pretty_printer:
15 """Tests for pretty_printer module."""24 from tensorflow.python.autograph.pyct import pretty_printer36 self.assertIsNotNone(pretty_printer.fmt(node))57 self.assertIsNotNone(pretty_printer.fmt(node))
31 from tensorflow.python.autograph.pyct import pretty_printer143 nodes_str = pretty_printer.fmt(n, color=False, noanno=True)144 reparsed_nodes_str = pretty_printer.fmt(rn, color=False, noanno=True)
31 "pretty_printer.py",
26 from tensorflow.python.autograph.pyct import pretty_printer296 print(pretty_printer.fmt(node))
29 final UnicodeSetPrettyPrinter PRETTY_PRINTER = new UnicodeSetPrettyPrinter() in TestBasicUnicodeSet() local35 String formatted = PRETTY_PRINTER.format(expected); in TestBasicUnicodeSet()
23 pretty_printer = FancyGetopt(formats)24 pretty_printer.print_help("List of available distribution formats:")
20 pretty_printer = FancyGetopt(formats)21 pretty_printer.print_help("List of available distribution formats:")
37 from tensorflow.python.autograph.pyct import pretty_printer88 print('Offending AST:\n%s' % pretty_printer.fmt(node, color=False))
53 pretty_printer = PrettyPrinter(formatter)54 self.visit(pretty_printer)
358 self.pretty_printer = PrettyPrinter(self.formatter)361 call.visit(self.pretty_printer)
335 rows_pretty_printer_definition = table_definition['rows']['pretty_printer']336 columns_pretty_printer_definition = table_definition['columns']['pretty_printer']
58 from tensorflow.python.autograph.pyct import pretty_printer224 pretty_printer.fmt(n, color=False))
959 pretty_printer = FancyGetopt(compilers)960 pretty_printer.print_help("List of available compilers:")
985 pretty_printer = FancyGetopt(compilers)986 pretty_printer.print_help("List of available compilers:")