예제 #1
0
파일: thing.py 프로젝트: JBTech/reddit
 def _hot(self):
     return sorts.hot(self._ups, self._downs, self._date)
예제 #2
0
파일: thing.py 프로젝트: Elenw/reddit
 def _hot(self):
     return sorts.hot(self._ups, self._downs, self._date)