|
mathmaker
0.4(alpha)
|
Abstract mother class of objects having a name. More...
Public Member Functions | |
| def | __init__ |
| Constructor. | |
| def | get_name |
| Returns the name of the object. | |
| def | set_name |
| Sets the name of the object. | |
Properties | |
| name = property(get_name, doc = "Name of the object") | |
| def core.base.NamedObject.__init__ | ( | self | ) |
Constructor.
Reimplemented in core.base_calculus.CommutativeOperation, core.base_calculus.Operation, core.root_calculus.Exponented, core.root_calculus.Signed, and core.calculus.ComposedCalculable.
Definition at line 70 of file base.py.
Referenced by core.calculus.Equation.__init__(), and core.root_calculus.Value.substitute().
1.7.6.1