MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / __rmul__

Method __rmul__

lean_py/z3/core.py:429–430  ·  view source on GitHub ↗
(self, other: object)

Source from the content-addressed store, hash-verified

427 return _bool_to_int(self).__mul__(_coerce_arith_any(other))
428
429 def __rmul__(self, other: object) -> ArithRef:
430 return _coerce_arith_any(other).__mul__(_bool_to_int(self))
431
432
433class ArithRef(ExprRef):

Callers

nothing calls this directly

Calls 3

_coerce_arith_anyFunction · 0.85
_bool_to_intFunction · 0.85
__mul__Method · 0.45

Tested by

no test coverage detected