in senpai.py [0:0]
def read_limit(self): x = self.read("memory.high") if x == "max\n": return (1 << 64) - 1 return int(x)