Lines Matching refs:close
26 d.close() # close it
46 to the persistent mapping when you call d.close(). This ensures that
50 of memory for the cache, and it may make d.close() very slow, if you
53 actually mutate, so it must cache, and write back at close, all of the
138 self.close()
140 def close(self):
146 self.dict.close()
150 # Catch errors that may happen when close is called from __del__
162 self.close()