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

Function example__working_with_mwm

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

Source from the content-addressed store, hash-verified

105
106
107def example__working_with_mwm(path):
108 map = mwm.Mwm(path)
109
110 print("Mwm members are:", dir(map))
111 print(map)
112 print("version:", map.version())
113 print("type:", map.type())
114 print("bounds:", map.bounds())
115 print("sections_info:", map.sections_info())
116
117
118def main(path):

Callers 1

mainFunction · 0.70

Calls 5

versionMethod · 0.95
typeMethod · 0.95
boundsMethod · 0.95
sections_infoMethod · 0.95
MwmMethod · 0.80

Tested by

no test coverage detected