亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

python如何獲取函數名

九三
380
2021-02-23 19:07:47
欄目: 編程語言

python如何獲取函數名

在python中獲取函數名的方法

1.在類內部獲取函數名

import sys

class testsqawd(object):

def hello(self):

print('the name of method is ## {}##'.format(sys._getframe().f_code.co_name))

print('the name of class is ## {} ##'.format(self.__class__.__name__))

if __name__ == '__main__':

ttt = testsqawd()

ttt.hello()

2.在函數內部獲取函數名

def my_name():

print(sys._getframe().f_code.co_name)

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

0
麦盖提县| 四会市| 夏邑县| 樟树市| 田阳县| 屯留县| 龙海市| 黄浦区| 乌兰浩特市| 六安市| 汝城县| 慈溪市| 门头沟区| 合水县| 丰都县| 林甸县| 深州市| 同心县| 漳浦县| 克拉玛依市| 丹棱县| 全南县| 青河县| 宁海县| 盐亭县| 柏乡县| 浦江县| 德庆县| 开江县| 竹山县| 通许县| 井研县| 大渡口区| 大英县| 施秉县| 桂东县| 宜城市| 岳西县| 清徐县| 昭苏县| 康定县|