Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bee-san/pyWhat
/ setdefault
Method
setdefault
pywhat/filter.py:100–101 ·
view source on GitHub ↗
(self, key, default=None)
Source
from the content-addressed store, hash-verified
98
)
99
100
def
setdefault(self, key, default=None):
101
return
self._dict.setdefault(key, default)
102
103
104
class
Distribution(Filter):
Callers
1
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected