Coding/Python Matlab

현재 실행하고 있는 함수 이름 inspect.stack()[0][3]

smores 2017. 1. 12. 04:53

import inspect


def test():

print inspect.stack()[0][3]