Till Blesik
05/12/2023, 6:23 PMkapa.ai
05/12/2023, 6:23 PMkapa.ai
05/12/2023, 6:23 PMSherif Nada
05/12/2023, 8:51 PMname
property of the Stream
classTill Blesik
05/12/2023, 8:55 PMSherif Nada
05/12/2023, 9:26 PMSherif Nada
05/12/2023, 9:26 PMSherif Nada
05/12/2023, 9:26 PM[DEPRECATED] Marcos Marx
class BaseStream(…):
@property
def name(self):
return "view_" + self.view_name
class Stream()
view_name = "my_view_name"
I think you achieve using something like this, but definitely something easier achievable using the UI