Searched refs:__divmod__ (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
H A Dlocal.py209 __divmod__ = lambda x, o: x._get_current_object().__divmod__(o) variable in class:LocalProxy
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
H A Dtest.py142 def __divmod__(self,other): member in class:poly
168 return self.__divmod__(other)[0]
171 return self.__divmod__(other)[1]
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod_osx/crcmod/
H A Dtest.py142 def __divmod__(self,other): member in class:poly
168 return self.__divmod__(other)[0]
171 return self.__divmod__(other)[1]
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
H A Dtest.py137 def __divmod__(self,other): member in class:poly
163 return self.__divmod__(other)[0]
166 return self.__divmod__(other)[1]
/external/lldb/examples/python/
H A Dsbvalue.py129 def __divmod__(self, other): member in class:variable
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
H A Duniv.py51 def __divmod__(self, value): return self.clone(self._value // value) function in function:Integer.__rpow__
592 def __divmod__(self, value): return self.clone(float(self) // value) function in function:Real.__rpow__

Completed in 120 milliseconds