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

Calls 1

MwmMethod · 0.80

Tested by

no test coverage detected