MCPcopy 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