ThirdEye AI interview question

R1: What is a static decorator?

Interview Answer

Anonymous

18 July 2023

I don't know any such term as static decorator. I've just used regular decorators in my projects. Interviewer: What is a regular decorator? Me: which is used by adding prefix '@' above the normal function to add extra functionality to the function.