Beispiel #1
0
 def __rdiv__(self, other):
     return math_ops._div_python2(other, self)  # pylint: disable=protected-access
Beispiel #2
0
 def __rdiv__(self, other):
   return math_ops._div_python2(other, self)  # pylint: disable=protected-access