How do I look for a non-zero value in “things” within python and create flags.
If there not is a non-zero value then I have to create a timeout flag.
If there is a Non-zero then I need to clear the timeout flag
return things
def look_things(self, size) things = self.read(size) return things