위 에러는 아래와 같은 경우에 발생한다
def func(**kwargs): pass
func(param='temp1', param='temp2')
param이라는 keyword argument를 여러 개(multiple) 보냈을 때 발생한다
'Language > python' 카테고리의 다른 글
[python] logging handler class 소개 (0) | 2018.04.12 |
---|---|
[python] logging process/order/cycle/how-to-work (0) | 2018.04.11 |
[python] elasticsearch-dsl DocType.save() (0) | 2018.04.11 |
[python] u'text' - prefix "u"의 의미 (0) | 2018.04.11 |
[python] vs ipython, import문 (0) | 2018.04.07 |
WRITTEN BY
- hojongs
블로그 옮겼습니다 https://hojongs.github.io/