Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ height
Method
height
linear-algebra-python/src/lib.py:321–325 ·
view source on GitHub ↗
getter for the height
(self)
Source
from the content-addressed store, hash-verified
319
return
self.__width
320
321
def
height(self):
322
""
"
323
getter
for
the height
324
""
"
325
return
self.__height
326
327
def
__mul__(self, other):
328
""
"
Callers
3
__add__
Method · 0.80
__sub__
Method · 0.80
__eq__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected