fix precache
This commit is contained in:
parent
27d87a988d
commit
f834aaee47
@ -999,7 +999,7 @@ class LazyLibrary(MutableLibrary):
|
|||||||
self
|
self
|
||||||
"""
|
"""
|
||||||
for key in self.dict:
|
for key in self.dict:
|
||||||
_ = self.dict.__getitem__(key)
|
_ = self[key] # want to trigger our own __getitem__
|
||||||
return self
|
return self
|
||||||
|
|
||||||
def __deepcopy__(self, memo: Optional[Dict] = None) -> 'LazyLibrary':
|
def __deepcopy__(self, memo: Optional[Dict] = None) -> 'LazyLibrary':
|
||||||
|
Loading…
Reference in New Issue
Block a user