Example #1
0
	def make_post_list(posts_json):
		return [PostFactory.make_post(post_json) for post_json in reversed(posts_json)]