def set_active_user(self, user): Runtime.active_user(user)
def active_user(self): if not Runtime.active_user(): self.set_active_user(self.admin) return Runtime.active_user()