name property

name property

Returns the name of the slicer cache.

Example


# get the name of the slicer cache.
print(slicerCache.name)

Definition:

@property
def name(self):
    ...

See Also