MyClass3#
A whatever-you-are-doing.
- param a:
The a of the system.
- type a:
float
- param b:
The b of the system.
- type b:
float
Examples
>>> my_object = MyClass3(a = 5, b = 3)
A whatever-you-are-doing.
The a of the system.
float
The b of the system.
float
Examples
>>> my_object = MyClass3(a = 5, b = 3)