MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / pop

Method pop

tools/python-3.11.9-amd64/Lib/weakref.py:503–505  ·  view source on GitHub ↗
(self, key, *args)

Source from the content-addressed store, hash-verified

501 return o, value
502
503 def pop(self, key, *args):
504 self._dirty_len = True
505 return self.data.pop(ref(key), *args)
506
507 def setdefault(self, key, default=None):
508 return self.data.setdefault(ref(key, self._remove),default)

Callers 4

popMethod · 0.45
__call__Method · 0.45
detachMethod · 0.45
_exitfuncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected