-
지금 위치의 함수 이름 얻기
>>> import inspect >>> >>> def f3(): ... print(inspect.currentframe().f_code.co_name) ... >>> >>> f3() f3 >>>
'Python' 카테고리의 다른 글
Python pip 명령어 (0) 2021.03.10 Python 저장소 악성 코드 발견 (0) 2021.03.05 Python - Coroutine (Python 2.4) (0) 2020.11.07 Python - Coroutine (Python 2.2) (0) 2020.11.07 Python - TkInter gui 기초 (0) 2020.09.09 Python - OpenCV (0) 2020.09.09 Python - "python-for-android" apk (0) 2020.09.09 Python - exe 파일 만들기 (0) 2020.09.09