Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ make_gen
Function
make_gen
generator/pygen/example.py:41–42 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
39
40
def
example__features_generator(path):
41
def
make_gen(path):
42
return
(ft
for
ft in mwm.Mwm(path))
43
44
cnt = 0
45
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