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
d03c9b7d
Commit
d03c9b7d
authored
Oct 30, 2023
by
BO ZHANG
🏀
Browse files
add module header for __init__.py
parent
8909facc
Pipeline
#1457
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
csst_proto/__init__.py
View file @
d03c9b7d
"""
Identifier: csst_proto/__init__.py
Name: __init__.py
Description: 这个文件导入了若干子模块中的函数,Jenkins将检查__all__列表中对象的的代码风格(PEP8, Numpydoc)
Author: Bo Zhang
Created: 2023-10-26
Modified-History:
2023-10-26, Bo Zhang, add module header
2023-10-30, Bo Zhang, finalize the __all__ list
"""
from
.demo
import
demo_function
,
DemoClass
from
.flip
import
flip_image
,
read_default_image
from
.flip_in_parallel
import
flip_multiple_images_jl
,
flip_multiple_images_mp
...
...
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