mathmaker  0.6(alpha)
Public Member Functions
core.base.Clonable Class Reference

All objects that are used must be able to be copied deeply Any Clonable are provided the clone() method, no need to reimplement it. More...

Inheritance diagram for core.base.Clonable:
core.base.NamedObject core.base.Drawable core.base.Printable core.base_geometry.Angle core.base_geometry.Point core.base_geometry.Ray core.base_geometry.Segment core.geometry.Triangle core.calculus.ComposedCalculable core.calculus.Table core.root_calculus.Evaluable

List of all members.

Public Member Functions

def clone
 Returns a deep copy of the object.

Detailed Description

All objects that are used must be able to be copied deeply Any Clonable are provided the clone() method, no need to reimplement it.

Definition at line 35 of file base.py.


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