New bind paremeter

Hi
What Python syntax to use when I want to assign expression to new bind parameter of OP?
The wiki says:
Par.bindMaster = string

The wiki’s actually been corrected.
Try:
Par.bindExpr = string.

Cheers