Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fluentpython/example-code-2e
/ clear
Method
clear
21-async/mojifinder/bottle.py:2164–2166 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2162
dict.__delitem__(self, key)
2163
2164
def
clear(self):
2165
for
key in self:
2166
del self[key]
2167
2168
def
meta_get(self, key, metafield, default=None):
2169
''
' Return the value of a meta field for a key. '
''
Callers
2
add_path
Method · 0.45
render
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected