add op() to Class.prop

Issue #767 resolved
Mike Bayer repo owner created an issue

No description provided.

Comments (4)

  1. Former user Account Deleted

    Naive two line solution. Didn't add a new function in sql.operators because that appeared to be reserved only for literal database supported operators, so I broke from the style of all of the other operators and passed a lambda to self.operate.

  2. Log in to comment