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
74ed1b25
Commit
74ed1b25
authored
Oct 08, 2022
by
BO ZHANG
🏀
Browse files
refactored to demo
parent
50821517
Pipeline
#185
failed with stages
in 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
csst_proto/
some_other_modules
.py
→
csst_proto/
demo
.py
View file @
74ed1b25
...
...
@@ -13,7 +13,7 @@ def a_demo_function(*args):
--------
>>> a_demo_function(None)
"""
return
None
return
len
(
args
)
class
ADemoClass
:
...
...
csst_proto/top_level_interface.py
View file @
74ed1b25
from
.flip_image
import
flip_image
,
read_test_image
from
.
some_other_modules
import
a_demo_function
,
ADemoClass
from
.
demo
import
a_demo_function
,
ADemoClass
__all__
=
[
"flip_image"
,
"read_test_image"
,
"a_demo_function"
,
"ADemoClass"
]
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