source_name property

source_name property

Returns the name of this slicer cache.

Example


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

Definition:

@property
def source_name(self):
    ...

See Also