OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_mul
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fractions.py
403
def
_mul
(a, b):
member in class:Fraction
407
__mul__, __rmul__ = _operator_fallbacks(
_mul
, operator.mul)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fractions.py
403
def
_mul
(a, b):
member in class:Fraction
407
__mul__, __rmul__ = _operator_fallbacks(
_mul
, operator.mul)
Completed in 24 milliseconds