Model.titlepop#

Model.titlepop(titlename)#

Pops a title to the front.

Parameters:

titlename (hwString) – The name of the title.

Example#

Pop the title with name “ Test “ to the front#
import hm
import hm.entities as ent

model = hm.Model()

model.titlepop(titlename="Test")