MCPcopy Index your code
hub / github.com/geekcomputers/Python / width

Method width

linear-algebra-python/src/lib.py:315–319  ·  view source on GitHub ↗

getter for the width

(self)

Source from the content-addressed store, hash-verified

313 raise Exception("changeComponent: indices out of bounds")
314
315 def width(self):
316 """
317 getter for the width
318 """
319 return self.__width
320
321 def height(self):
322 """

Callers 4

colour spiral.pyFile · 0.80
__add__Method · 0.80
__sub__Method · 0.80
__eq__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected