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

Method user_pop

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

Source from the content-addressed store, hash-verified

144
145 # thread safe function
146 def user_pop(self, key):
147 ret = self.user_get(key)
148 self._del(key)
149 return ret
150
151
152class ThreadXMLRPCServer(ThreadingMixIn, SimpleXMLRPCServer):

Callers

nothing calls this directly

Calls 2

user_getMethod · 0.95
_delMethod · 0.95

Tested by

no test coverage detected