inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

youngjoon kim님의 게시글

youngjoon kim youngjoon kim

@bigdream96097540

수강평 작성수
5
평균평점
4.8

게시글 2

질문&답변

파일,메모리 DB생성에서 default_table이 작동하지 않습니다.

TinyDB 공식 레퍼런스 변경사항입니다. v4.0.0 (2020-05-02) Attributes removed from TinyDB in favor of customizing TinyDB’s behavior by subclassing it and overloading __init__(...) and table(...): DEFAULT_TABLE DEFAULT_TABLE_KWARGS DEFAULT_STORAGE Arguments removed from TinyDB(...): default_table: replace with TinyDB.default_table_name = 'name' table_class: replace with TinyDB.table_class = Class 해당 API에서 default_table이라는 속성을 제거했다고 나오네요.

좋아요수
1
댓글수
4
조회수
431

질문&답변

youtube 영상 다운로드

저도 같은 상황인데.. 아나콘다 가상환경에서만 안되는 것 같아요. 윈도우에 파이썬을 직접설치해서 테스트 해보니까 이건 잘됩니다.

좋아요수
0
댓글수
2
조회수
250