Home | History | Annotate | Download | only in python2.7

Lines Matching refs:memo

31 # 2001-10-01 fl  Remove containers from memo cache when done with them
604 self.memo = {}
708 if i in self.memo:
710 self.memo[i] = None
716 del self.memo[i]
722 if i in self.memo:
724 self.memo[i] = None
738 del self.memo[i]