MCPcopy 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
41def 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

Calls 1

MwmMethod · 0.80

Tested by

no test coverage detected