Class InstantTerra

class instant_terra.InstantTerra

This class represents an InstantTerra instance.

>>> from wysilab import InstantTerra
>>> it = InstantTerra()  # Start the instance
InstantTerra.close()

Close the instance.

>>> it = InstantTerra()  # Start the instance
>>> it.close()           # Close the instance
InstantTerra.is_instance_initialized()
Returns

True if the instance is initialized, otherwise False.

Return type

bool

>>> it = InstantTerra()
>>> it.is_instance_initialized()
True
InstantTerra.project
Type

Project

Raises

ValueError – Impossible to override this attribute.

Access to the project.

>>> project = it.project