Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rueckstiess/mtools
/ keys
Method
keys
mtools/util/grouping.py:67–69 ·
view source on GitHub ↗
Return keys in group.
(self)
Source
from the content-addressed store, hash-verified
65
return
len(self.groups)
66
67
def
keys(self):
68
""
"Return keys in group."
""
69
return
self.groups.keys()
70
71
def
values(self):
72
""
"Return values in group."
""
Callers
11
move_items
Method · 0.95
run
Method · 0.80
run
Method · 0.80
restart
Method · 0.80
read_config
Method · 0.80
__init__
Method · 0.80
plot
Method · 0.80
sort_by_size
Method · 0.80
_extract_counters
Method · 0.80
_parse_document
Method · 0.80
print_table
Function · 0.80
Calls
no outgoing calls
Tested by
1
read_config
Method · 0.64