Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ make_gen
Function
make_gen
tools/python/mwm/mwm_test.py:42–43 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
40
41
def
example__features_generator(path):
42
def
make_gen(path):
43
return
(ft
for
ft in mwm.Mwm(path))
44
45
cnt = 0
46
print(
"Names of several first features:"
)
Callers
1
example__features_generator
Function · 0.70
Calls
1
Mwm
Method · 0.80
Tested by
no test coverage detected