Home | History | Annotate | Download | only in test

Lines Matching full:pretty

1 # Verify that gdb can pretty-print the various PyObject* types
220 'Verify the pretty-printing of various "int" values'
228 'Verify the pretty-printing of various "long" values'
235 'Verify the pretty-printing of True, False and None'
241 'Verify the pretty-printing of dictionaries'
247 'Verify the pretty-printing of lists'
252 'Verify the pretty-printing of strings'
259 'Verify the pretty-printing of tuples'
265 'Verify the pretty-printing of unicode values'
289 'Verify the pretty-printing of sets'
308 'Verify the pretty-printing of frozensets'
342 'Verify the pretty-printing of classic class instances'
354 'Verify the pretty-printing of new-style class instances'
366 'Verify the pretty-printing of an instance of a list subclass'
379 'Verify the pretty-printing of an instance of a tuple subclass'