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
b2f00b9e
Commit
b2f00b9e
authored
2 years ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
updated demo function
parent
93f50ff6
dev
main
No related merge requests found
Pipeline
#138
passed with stages
in 11 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
csst_proto/some_other_modules.py
+3
-1
csst_proto/some_other_modules.py
csst_proto/top_level_interface.py
+2
-2
csst_proto/top_level_interface.py
with
5 additions
and
3 deletions
+5
-3
csst_proto/some_other_modules.py
+
3
-
1
View file @
b2f00b9e
def
some
_arbitrary_functions
():
def
an
_arbitrary_functions
(
*
args
):
""" an arbitrary function """
print
(
"Hi, this is an arbitrary function."
)
for
_
in
args
:
print
(
_
)
This diff is collapsed.
Click to expand it.
csst_proto/top_level_interface.py
+
2
-
2
View file @
b2f00b9e
from
.flip_image
import
flip_image
,
read_test_image
from
.some_other_modules
import
some
_arbitrary_functions
from
.some_other_modules
import
an
_arbitrary_functions
__all__
=
[
"flip_image"
,
"read_test_image"
,
"
some
_arbitrary_functions"
]
__all__
=
[
"flip_image"
,
"read_test_image"
,
"
an
_arbitrary_functions"
]
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