Is there a flag to pprint to tell it not to print out large array fields, or to print out the first and last few elements only with an ellipsis ... between? I have structs that contain large vectors. pprint() prints out every element in the vectors which makes the output unreadable.
Is there a flag to pprint to tell it not to print out large array fields, or to print out the first and last few elements only with an ellipsis ... between? I have structs that contain large vectors. pprint() prints out every element in the vectors which makes the output unreadable.