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

Function example__working_with_mwm

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

Source from the content-addressed store, hash-verified

104
105
106def example__working_with_mwm(path):
107 map = mwm.Mwm(path)
108 print("Mwm members are:", dir(map))
109
110 print("version:", map.version())
111 print("type:", map.type())
112 print("bounds:", map.bounds())
113 print("sections_info:", map.sections_info())
114
115
116def 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