Python/기타 코딩

[python] 파이썬 패키지, 모듈 저장 위치 확인하기

AI 꿈나무 2022. 2. 25. 03:34
반응형
import clip
import inspect

print(inspect.getfile(clip))

 

 

 

반응형