Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ __repr__
Method
__repr__
pattern/web/__init__.py:963–964 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
961
dict.update(self, [(u(k), u(v))
for
k, v in map.items()])
962
963
def
__repr__(self):
964
return
"Result(%s)"
% dict.__repr__(self)
965
966
class
Results(list):
967
Callers
nothing calls this directly
Calls
1
__repr__
Method · 0.45
Tested by
no test coverage detected