remove_static_field

Model.remove_static_field(static_field)

Remove a static field from the model.

Parameters:

static_field (StaticField) – Static field object to remove.

Raises:

SimphonyError – If the static field is not attached to the model.

Return type:

None