Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
detach
Method · 0.45
peek
Method · 0.45
atexit
Method · 0.45
__repr__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected