Searched refs:ops (Results 1 – 1 of 1) sorted by relevance
246 ops={}, argument308 types_[k] = ops.get(k, OPS['sum'])([t()]).__class__330 return ops.get(k, OPS['sum'])(object.__getattribute__(self, k))595 ops = {}598 if k in ops:601 ops[k] = OPS[o]606 if old_k in ops:607 ops_[new_k] = ops[old_k]608 ops.update(ops_)635 ops=ops,