source_name propiedad

source_name propiedad

Devuelve el nombre de esta caché de segmentación.

Ejemplo


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

Definición:

@property
def source_name(self):
    ...

Ver también