Model.resetreview#
- Model.resetreview()#
Resets the entity review of the
Model.reviewentity()function.Example#
Reset the review#import hm import hm.entities as ent model = hm.Model() model.resetreview()
Resets the entity review of the Model.reviewentity() function.
import hm
import hm.entities as ent
model = hm.Model()
model.resetreview()