slicer_cache_items mülk

slicer_cache_items mülk

Dilimleyici önbelleğindeki tüm öğelerin koleksiyonunu içeren bir SlicerCacheItem koleksiyonu döndürür. Sadece oku

Örnek


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

Tanım:

@property
def slicer_cache_items(self):
    ...

Ayrıca bakınız