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
768410a6
Commit
768410a6
authored
Oct 08, 2022
by
BO ZHANG
🏀
Browse files
tweaks
parent
74ed1b25
Pipeline
#186
failed with stages
in 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
csst_proto/demo.py
View file @
768410a6
...
...
@@ -9,6 +9,11 @@ def a_demo_function(*args):
*args : any
The argument list.
Returns
-------
int
The number of input arguments.
Examples
--------
>>> a_demo_function(None)
...
...
csst_proto/top_level_interface.py
View file @
768410a6
from
.flip_image
import
flip_image
,
read_test_image
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