2022년 10월 20일 목요일

[내장 함수의 명을 사용하는 경우 혹은 동일한 변수명으로 잘못 명명하는 경우] TypeError: '_io.TextIOWrapper' object is not callable

  •  에러 발생
    • TypeError: '_io.TextIOWrapper' object is not callable
  • 이유
    • list와 같은 내장 함수를 변수명으로 사용
    • f = open('./path','w') 와 f.write("hi") 사이에 f = lambda x: x in exclusion_tags 를 선언하였음
    • 변수명 조심 + 변수명은 대충 짓지 말기

댓글 없음:

댓글 쓰기