Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
class
ThreadXMLRPCServer(ThreadingMixIn, SimpleXMLRPCServer):
Callers
nothing calls this directly
Calls
2
user_get
Method · 0.95
_del
Method · 0.95
Tested by
no test coverage detected