예제 #1
0
파일: normalized_hot.py 프로젝트: A5/reddit
def normalized_hot_cached(sr_ids, obey_age_limit=True):
    return _normalized_hot.normalized_hot_cached(sr_ids, obey_age_limit)
예제 #2
0
def normalized_hot_cached(sr_ids, obey_age_limit=True):
    return _normalized_hot.normalized_hot_cached(sr_ids, obey_age_limit)
예제 #3
0
def normalized_hot_cached(sr_ids):
    return _normalized_hot.normalized_hot_cached(sr_ids)
예제 #4
0
def normalized_hot_cached(sr_ids):
    return _normalized_hot.normalized_hot_cached(sr_ids)