91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

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
海盐县| 泸定县| 屏东县| 安仁县| 长岭县| 大渡口区| 肃北| 临猗县| 福海县| 昌都县| 屏山县| 绥滨县| 黄大仙区| 孝感市| 娱乐| 福州市| 梓潼县| 司法| 烟台市| 高尔夫| 珲春市| 儋州市| 牟定县| 达尔| 化隆| 通道| 黔南| 吉木乃县| 资讯| 曲阳县| 兰州市| 三亚市| 隆昌县| 连江县| 乌兰浩特市| 平安县| 梁河县| 东宁县| 五指山市| 崇阳县| 延边|