MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / _del

Method _del

imperative/python/megengine/distributed/server.py:141–143  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

139 return val
140
141 def _del(self, key):
142 with self.lock:
143 del self.user_dict[key]
144
145 # thread safe function
146 def user_pop(self, key):

Callers 1

user_popMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected