bind property
bind property
Gets or sets the bind. The bind element binds values to effect parameters upon instantiation.
Definition:
@property
def bind(self):
...
@bind.setter
def bind(self, value):
...
Gets or sets the bind. The bind element binds values to effect parameters upon instantiation.
@property
def bind(self):
...
@bind.setter
def bind(self, value):
...