Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
2d17d094
Commit
2d17d094
authored
Oct 10, 2022
by
BO ZHANG
🏀
Browse files
tweaks
parent
a9ed279d
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_common/file_recorder.py
View file @
2d17d094
...
...
@@ -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
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment