slicer_cache_items propriété

slicer_cache_items propriété

Renvoie une collection SlicerCacheItem contenant tous les éléments du cache du slicer. Lecture seule.

Exemple


# get SlicerCacheItem collection that contains the collection of all items in the slicer cache.
slicerCacheItems = slicerCache.slicer_cache_items
print(len(slicerCacheItems))

Définition:

@property
def slicer_cache_items(self):
    ...

Voir également