Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
2 years ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
tweaks
parent
74ed1b25
dev
main
No related merge requests found
Pipeline
#186
failed with stages
in 12 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
csst_proto/demo.py
+5
-0
csst_proto/demo.py
csst_proto/top_level_interface.py
+0
-1
csst_proto/top_level_interface.py
with
5 additions
and
1 deletion
+5
-1
csst_proto/demo.py
+
5
-
0
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)
...
...
This diff is collapsed.
Click to expand it.
csst_proto/top_level_interface.py
+
0
-
1
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"
]
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets