Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FedML-AI/FedML
/ get
Method
get
python/fedml/fa/utils/trie.py:221–225 ·
view source on GitHub ↗
(self, word)
Source
from the content-addressed store, hash-verified
219
_add(self.root, word, count)
220
221
def
get(self, word):
222
node = _find(self.root, word)
223
if
''
in node:
224
return
node[
''
]
225
return
None
226
227
def
remove(self, word, count=1):
228
return
_remove(self.root, word, count)
Callers
15
best_hamming
Method · 0.95
best_levenshtein
Method · 0.95
dl_ixi_tiny
Function · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
write_predictions
Function · 0.45
write_predictions_extended
Function · 0.45
get_best_predictions
Function · 0.45
get_best_predictions_extended
Function · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
1
_find
Function · 0.85
Tested by
4
send_request_to_server_agent
Function · 0.36
local_training
Method · 0.36
handle_init_global_model
Method · 0.36
test_on_server_for_all_clients
Method · 0.36