bind¶
- pypagate.bind(obj: Any, field_name: Any, form: Formula | Term)¶
Given an object and a field name, you can “bind” it to a Formula (or Term). That is, whenever the Formula (or Term) is updated, the field for the object is also updated.
- Parameters:
obj – The object to update.
field_name – The field specific field of obj to change.
form – A Formula or Term that obj.field is updated to be equivalent to.