Commit 768410a6 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 74ed1b25
Pipeline #186 failed with stages
in 12 seconds
...@@ -9,6 +9,11 @@ def a_demo_function(*args): ...@@ -9,6 +9,11 @@ def a_demo_function(*args):
*args : any *args : any
The argument list. The argument list.
Returns
-------
int
The number of input arguments.
Examples Examples
-------- --------
>>> a_demo_function(None) >>> a_demo_function(None)
......
from .flip_image import flip_image, read_test_image from .flip_image import flip_image, read_test_image
from .demo import a_demo_function, ADemoClass from .demo import a_demo_function, ADemoClass
__all__ = ["flip_image", "read_test_image", "a_demo_function", "ADemoClass"] __all__ = ["flip_image", "read_test_image", "a_demo_function", "ADemoClass"]
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment