__init__.pyi 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. __all__ = [
  2. 'astronaut',
  3. 'binary_blobs',
  4. 'brain',
  5. 'brick',
  6. 'camera',
  7. 'cat',
  8. 'cell',
  9. 'cells3d',
  10. 'checkerboard',
  11. 'chelsea',
  12. 'clock',
  13. 'coffee',
  14. 'coins',
  15. 'colorwheel',
  16. 'data_dir',
  17. 'download_all',
  18. 'eagle',
  19. 'file_hash',
  20. 'grass',
  21. 'gravel',
  22. 'horse',
  23. 'hubble_deep_field',
  24. 'human_mitosis',
  25. 'immunohistochemistry',
  26. 'kidney',
  27. 'lbp_frontal_face_cascade_filename',
  28. 'lfw_subset',
  29. 'lily',
  30. 'logo',
  31. 'microaneurysms',
  32. 'moon',
  33. 'nickel_solidification',
  34. 'page',
  35. 'protein_transport',
  36. 'retina',
  37. 'rocket',
  38. 'shepp_logan_phantom',
  39. 'skin',
  40. 'stereo_motorcycle',
  41. 'text',
  42. 'vortex',
  43. ]
  44. from ._binary_blobs import binary_blobs
  45. from ._fetchers import (
  46. astronaut,
  47. brain,
  48. brick,
  49. camera,
  50. cat,
  51. cell,
  52. cells3d,
  53. checkerboard,
  54. chelsea,
  55. clock,
  56. coffee,
  57. coins,
  58. colorwheel,
  59. data_dir,
  60. download_all,
  61. eagle,
  62. file_hash,
  63. grass,
  64. gravel,
  65. horse,
  66. hubble_deep_field,
  67. human_mitosis,
  68. immunohistochemistry,
  69. kidney,
  70. lbp_frontal_face_cascade_filename,
  71. lfw_subset,
  72. lily,
  73. logo,
  74. microaneurysms,
  75. moon,
  76. nickel_solidification,
  77. page,
  78. palisades_of_vogt,
  79. protein_transport,
  80. retina,
  81. rocket,
  82. shepp_logan_phantom,
  83. skin,
  84. stereo_motorcycle,
  85. text,
  86. vortex,
  87. )