Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ return_ft
Function
return_ft
tools/python/mwm/mwm_test.py:54–60 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
52
cnt += 1
53
54
def
return_ft(num):
55
cnt = 0
56
for
ft in mwm.Mwm(path):
57
if
cnt == num:
58
return
ft
59
60
cnt += 1
61
62
print(return_ft(10))
63
Callers
1
example__features_generator
Function · 0.70
Calls
1
Mwm
Method · 0.80
Tested by
no test coverage detected