Commit 2d17d094 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent a9ed279d
......@@ -69,6 +69,7 @@ class FileRecorder(list):
return self.to_table().__repr__()
def pprint(self, *args, **kwargs):
print("<FileRecorder length={}>".format(len(self)))
return self.to_table().pprint(*args, **kwargs)
def pprint_all(self, *args, **kwargs):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment