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_proto
Commits
ea38b2fc
Commit
ea38b2fc
authored
Oct 20, 2022
by
BO ZHANG
🏀
Browse files
tweaks
parent
96d7860b
Pipeline
#233
passed with stages
in 15 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
doc/source/ch08_csst_common.rst
View file @
ea38b2fc
...
@@ -153,13 +153,21 @@ here is the way to combine records:
...
@@ -153,13 +153,21 @@ here is the way to combine records:
>>> fr2.add_record(filepath="test2.txt", db=False, comment="test file 2")
>>> fr2.add_record(filepath="test2.txt", db=False, comment="test file 2")
>>> fr_all = FileRecorder([*fr1, *fr2])
>>> fr_all = FileRecorder([*fr1, *fr2])
>>> fr_all.pprint_all()
>>> fr_all.pprint_all()
<FileRecorder length=2>
<FileRecorder length=2>
filepath db comment existence
filepath db comment existence
--------- ----- ----------- ---------
--------- ----- ----------- ---------
test1.txt False test file 1 False
test1.txt False test file 1 False
test2.txt False test file 2 False
test2.txt False test file 2 False
>>> fr_all.extend(fr1)
>>> fr_all.pprint_all()
<FileRecorder length=3>
filepath db comment existence
--------- ----- ----------- ---------
test1.txt False test file 1 False
test2.txt False test file 2 False
test1.txt False test file 1 False
``csst_common.logger.get_logger()``
``csst_common.logger.get_logger()``
-----------------------------------
-----------------------------------
...
...
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