MCPcopy Create free account
hub / github.com/comaps/comaps / example__sequential_processing

Function example__sequential_processing

tools/python/mwm/mwm_test.py:65–71  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

63
64
65def example__sequential_processing(path):
66 long_names = []
67 for ft in mwm.Mwm(path):
68 if len(ft.readable_name()) > 100:
69 long_names.append(ft.readable_name())
70
71 print("Long names:", long_names)
72
73
74def example__working_with_features(path):

Callers 1

mainFunction · 0.70

Calls 3

MwmMethod · 0.80
readable_nameMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected