Searched refs:_cost (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_functools.py | 2900 _cost = 1 variable in CachedCostItem 2909 self._cost += 1 2910 return self._cost 2914 _cost = 1 variable in OptionallyCachedCostItem 2918 self._cost += 1 2919 return self._cost 2927 self._cost = 1 2935 self._cost += 1 2936 return self._cost 2940 __slots__ = ('_cost') [all...] |
Completed in 5 milliseconds