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
b2f00b9e
Commit
b2f00b9e
authored
Sep 20, 2022
by
BO ZHANG
🏀
Browse files
updated demo function
parent
93f50ff6
Pipeline
#138
passed with stages
in 11 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
csst_proto/some_other_modules.py
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
(
_
)
csst_proto/top_level_interface.py
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"
]
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