Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Python Module 연습

  • init.py 는 해당 path를 인식시켜 주는 것

test_1.py

  • Parent path에서 동일/하위 모듈들 접근하기
  • case 1. test_1.py에서 a_folder의 a1.py 참조
  • case 2. test_1.py에서 d1.py 모듈 참조

folder_b/test_2.py

  • Childeren path에서 상위 모듈들 접근하기 (부모의 절대 경로 추가)
  • case 1. test_2.py에서 a_folder의 a1.py 참조
  • case 2. test_2.py에서 d1.py 모듈 참조