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

Method get

tools/python-3.11.9-amd64/Lib/weakref.py:451–452  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

449 return new
450
451 def get(self, key, default=None):
452 return self.data.get(ref(key),default)
453
454 def __contains__(self, key):
455 try:

Callers 4

detachMethod · 0.45
peekMethod · 0.45
atexitMethod · 0.45
__repr__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected