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

Method get

tools/python-3.11.9-amd64/Lib/collections/__init__.py:1008–1009  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

1006 return self.__missing__(key) # support subclasses that define __missing__
1007
1008 def get(self, key, default=None):
1009 return self[key] if key in self else default
1010
1011 def __len__(self):
1012 return len(set().union(*self.maps)) # reuses stored hash values if possible

Callers 12

namedtupleFunction · 0.45
_workerFunction · 0.45
_process_workerFunction · 0.45
initscrFunction · 0.45
has_keyFunction · 0.45
SetPointerTypeFunction · 0.45
get_libpathsFunction · 0.45
_findSoname_ldconfigFunction · 0.45
_findLib_ldFunction · 0.45
dyld_envFunction · 0.45
dyld_image_suffixFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected