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

Function main

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

Source from the content-addressed store, hash-verified

114
115
116def main(path):
117 example__storing_features_in_a_collection(path)
118 example__features_generator(path)
119 example__sequential_processing(path)
120 example__working_with_features(path)
121 example__working_with_mwm(path)
122
123
124if __name__ == "__main__":

Callers 1

example.pyFile · 0.70

Tested by

no test coverage detected