![]() |
Rosetta
2021.16
|

Public Member Functions | |
| def | __init__ |
| def | area |
Public Member Functions inherited from test.Workshop9_my_shapes.MyShape | |
| def | __init__ |
| def | __str__ |
| def | area |
| def | draw |
Public Attributes | |
| radius | |
Public Attributes inherited from test.Workshop9_my_shapes.MyShape | |
| color | |
A subclass of MyShape for a circle.
| def test.Workshop9_my_shapes.MyCircle.__init__ | ( | self | ) |
Referenced by pyrosetta.distributed.tasks.taskbase.TaskBase.__setstate__().
| def test.Workshop9_my_shapes.MyCircle.area | ( | self | ) |
Return the area of the circle.
References test.Workshop9_my_shapes.MyCircle.radius, pyrosetta.distributed.viewer.modules.setDisulfides.radius, pyrosetta.distributed.viewer.modules.setHydrogenBonds.radius, basic::sampling::orientations::QuatDBMetadata.radius, pyrosetta.distributed.viewer.modules.setHydrogens.radius, and pyrosetta.distributed.viewer.modules.setStyle.radius.
| test.Workshop9_my_shapes.MyCircle.radius |
Referenced by test.Workshop9_my_shapes.MyCircle.area().
1.8.7