| Index: appengine/findit/libs/math/functions.py
|
| diff --git a/appengine/findit/libs/math/functions.py b/appengine/findit/libs/math/functions.py
|
| index 5c7f972181deabedda4ab45d04044b86c49adade..797584f69b1aa1df2635d7b6006d736bca8c6870 100644
|
| --- a/appengine/findit/libs/math/functions.py
|
| +++ b/appengine/findit/libs/math/functions.py
|
| @@ -44,7 +44,7 @@ class MemoizedFunction(Function):
|
| super(MemoizedFunction, self).__init__(f)
|
| self._memos = {}
|
|
|
| - def _ClearMemos(self):
|
| + def ClearMemos(self):
|
| """Discard all memoized results of this function."""
|
| self._memos = {}
|
|
|
|
|