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

Method bounds

tools/python/mwm/mwm_pygen.py:35–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 return mi.MapType(int(t))
34
35 def bounds(self) -> mi.Rect:
36 b = self.mwm.bounds()
37 return from_pygen_rect(b)
38
39 def sections_info(self) -> Dict[str, mi.SectionInfo]:
40 si = self.mwm.sections_info()

Callers

nothing calls this directly

Calls 1

from_pygen_rectFunction · 0.85

Tested by

no test coverage detected