Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ width
Method
width
linear_algebra_python/src/lib.py:246–250 ·
view source on GitHub ↗
getter for the width
(self)
Source
from the content-addressed store, hash-verified
244
else
:
245
raise
Exception (
"changeComponent: indices out of bounds"
)
246
def
width(self):
247
""
"
248
getter
for
the width
249
""
"
250
return
self.__width
251
def
height(self):
252
""
"
253
getter
for
the height
Callers
2
__add__
Method · 0.80
__sub__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected