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

Function example__sequential_processing

generator/pygen/example.py:64–70  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

62
63
64def example__sequential_processing(path):
65 long_names = []
66 for ft in mwm.Mwm(path):
67 if len(ft.readable_name()) > 100:
68 long_names.append(ft.readable_name())
69
70 print("Long names:", long_names)
71
72
73def 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