Show More
@@ -137,7 +137,7 b' class lazyremotenamedict(collections.abc' | |||||
137 | def __setitem__(self, k, v): |
|
137 | def __setitem__(self, k, v): | |
138 | raise NotImplementedError |
|
138 | raise NotImplementedError | |
139 |
|
139 | |||
140 | def __delitem__(self): |
|
140 | def __delitem__(self, k): | |
141 | raise NotImplementedError |
|
141 | raise NotImplementedError | |
142 |
|
142 | |||
143 | def _fetchandcache(self, key): |
|
143 | def _fetchandcache(self, key): |
General Comments 0
You need to be logged in to leave comments.
Login now