본문 바로가기

Passion, Grace & Fire.

검색하기
Passion, Grace & Fire.
프로필사진 vincenthanna

  • 분류 전체보기 (11)
    • deeplearning (2)
    • golang (3)
    • EDA (1)
    • pyplot (3)
    • python (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Tags
  • bar
  • pyplot
  • 지니계수
  • Golang
  • Python
  • sklearn
  • decisiontree
  • confusion matrix
  • scatter
  • matplotlib
  • XGBoost
  • ml
  • GINI
  • 머신러닝
  • gini coefficient
  • Heatmap
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록python (1)

Passion, Grace & Fire.

super() 의 argument

super() 에 type, obj argument를 사용하는 경우: class super(t: Any, obj: Any) super(type) -> unbound super object super(type, obj) -> bound super object; requires isinstance(obj, type) super(type, type2) -> bound super object; requires issubclass(type2, type) Typical use to call a cooperative superclass method: class C(B): def meth(self, arg): super().meth(arg) This works for class methods too: class C(B..

python 2020. 11. 25. 19:26
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바