Tank Prints Class#

class rocketpy.prints.tank_prints._TankPrints[source]#

Class that holds prints methods for Tank class.

Variables:

_TankPrints.tank (tank) – Tank object that will be used for the prints.

__init__(tank)[source]#

Initializes _TankPrints class

Parameters:

tank (Tank) – Instance of the Tank class.

Return type:

None

all()[source]#

Prints out all data available about the Tank.

Return type:

None