Error Party
  • 홈
    • 분류 전체보기
      • IT
      • 이슈
      • 애니
  • 글작성
  • 방명록
  • 환경설정
  • 메뉴 닫기
파이썬 모듈 검색 결과
1 개의 검색 결과가 있습니다.
IT

[python]__name__ == "__main__"이라면 무엇을합니까?

__name__ == "__main__"이라면 무엇을합니까? 질문 다음 코드를 감안할 때 __name__ == "__main__"인 경우는 무엇입니까?# Threading example import time, thread def myfunction(string, sleeptime, lock, *args): while True: lock.acquire() time.sleep(sleeptime) lock.release() time.sleep(sleeptime) if __name__ == "__main__": lock = thread.allocate_lock() thread.start_new_thread(myfunction, ("Thread #: 1", 2, lock)) thread.start_new_thre..

2022. 3. 26. 12:18
  • «
  • 1
  • »
  • 최근 글

최근 글

최근댓글

전체 카테고리

  • 분류 전체보기
    • IT
    • 이슈
    • 애니
Powered by Privatenote Copyright © Error Party All rights reserved. TistoryWhaleSkin3.4

티스토리툴바