source_name property

source_name property

Returns the name of cache field

Example


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

Definition:

@property
def source_name(self):
    ...

See Also