MCPcopy
hub / github.com/cluic/wxauto / width

Method width

wxauto/uiautomation.py:1693–1694  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1691 self.bottom = bottom
1692
1693 def width(self) -> int:
1694 return self.right - self.left
1695
1696 def height(self) -> int:
1697 return self.bottom - self.top

Callers 15

xcenterMethod · 0.95
__str__Method · 0.95
__repr__Method · 0.95
quoteMethod · 0.80
forwardMethod · 0.80
parseMethod · 0.80
quoteMethod · 0.80
forwardMethod · 0.80
parseMethod · 0.80
_get_friend_detailsMethod · 0.80
GetSessionListMethod · 0.80
FromControlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected