Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ fromkeys
Method
fromkeys
pattern/text/search.py:189–190 ·
view source on GitHub ↗
(cls, keys=[], v=None)
Source
from the content-addressed store, hash-verified
187
188
@classmethod
189
def
fromkeys(cls, keys=[], v=None):
190
return
cls((k, v)
for
k in keys)
191
192
def
push(self, (k, v)):
193
""
" Adds a new item
from
the given (key, value)-tuple.
Callers
10
brandes_betweenness_centrality
Function · 0.45
eigenvector_centrality
Function · 0.45
partition
Function · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__.py
File · 0.45
parse_token
Method · 0.45
search.py
File · 0.45
d
Function · 0.45
test_wordlist
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_wordlist
Method · 0.36