mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-11 11:25:30 +08:00
Add __all__ to data package
This commit is contained in:
@@ -12,6 +12,20 @@ from ..io import imread
|
||||
from skimage import data_dir
|
||||
|
||||
|
||||
__all__ = ['load',
|
||||
'camera',
|
||||
'lena',
|
||||
'text',
|
||||
'checkerboard',
|
||||
'coins',
|
||||
'moon',
|
||||
'page',
|
||||
'horse',
|
||||
'clock',
|
||||
'immunohistochemistry',
|
||||
'chelsea']
|
||||
|
||||
|
||||
def load(f):
|
||||
"""Load an image file located in the data directory.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user