book.utils module

유틸 함수.

book.utils.get_compressed_result(image_list, count, page)[source]

데이터 압축해서 제공.

book.utils.get_page_info(object_list, page, count)[source]

페이지 정보.

book.utils.new_lotto(draw_number)[source]

로또 정보.

book.utils.to_table(contents: List, row_count: int) → List[List][source]

테이블 형태로 grouping.

Parameters
  • contents – list 형태의 데이터.

  • row_count – 한줄에 포함될 element 개수

Returns

grouping 된 테이블