Rosetta
Public Member Functions | Public Attributes | List of all members
test.Workshop9_my_shapes.MySquare Class Reference
Inheritance diagram for test.Workshop9_my_shapes.MySquare:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self)
 
def area (self)
 
- Public Member Functions inherited from test.Workshop9_my_shapes.MyShape
def __str__ (self)
 
def draw (self, line_width=1)
 

Public Attributes

 side_length
 
- Public Attributes inherited from test.Workshop9_my_shapes.MyShape
 color
 

Detailed Description

A subclass of MyShape for a square.

Constructor & Destructor Documentation

◆ __init__()

def test.Workshop9_my_shapes.MySquare.__init__ (   self)

Member Function Documentation

◆ area()

def test.Workshop9_my_shapes.MySquare.area (   self)
Return the area of the square.

Reimplemented from test.Workshop9_my_shapes.MyShape.

References test.Workshop9_my_shapes.MySquare.side_length.

Member Data Documentation

◆ side_length

test.Workshop9_my_shapes.MySquare.side_length

The documentation for this class was generated from the following file: