MCPcopy
hub / github.com/django/django / close

Method close

tests/cache/closeable_cache.py:7–8  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

5 closed = False
6
7 def close(self, **kwargs):
8 self.closed = True
9
10
11class CacheClass(CloseHookMixin, LocMemCache):

Calls

no outgoing calls