python常用装饰器有哪些

时间:2022-12-06 01:48

python常用装饰器有哪些

python中常用的装饰器有以下几种

1.@property

@property是python的一种装饰器,常用于用来修饰方法。

class DataSet(object):

@property

def method_with_property(self):

return 15

def method_without_property(self):

return 15

l = DataSet()

print(l.method_with_property)

print(l.method_without_property())

2.@abstractmethod

@abstractmethod装饰器是一种抽象方法,表示基类。

from abc import ABC, abstractmethod

class Foo(ABC):

@abstractmethod

def fun(self):

'''please Implemente in subclass'''

class SubFoo(Foo):

def fun(self):

print('fun in SubFoo')

a = SubFoo()

a.fun()

3.@staticmethoed

@staticmethoed装饰器不需要表示自身对象的self和自身类的cls参数。

class A(object):

bar = 1

def foo(self):

print 'foo'

@staticmethod

def static_foo():

print 'static_foo'

print A.bar

@classmethod

def class_foo(cls):

print 'class_foo'

print cls.bar

cls().foo()

A.static_foo()

A.class_foo()

标签:
随便看看
本类推荐
本类排行
热门标签

我国国家通讯社行不行啊细狗新年贺词祝福语2023年祝福语新年新年贺词新年贺词祝福语居家抗病毒小药箱除夕高速免费吗2022年除夕高速免费吗春联春联句子大全春联句子大全七字年夜饭十二道菜年夜饭十二道菜单年夜饭吃什么年夜饭吃什么菜吃年夜饭的寓意年夜饭黑芝麻菊花茶晒菊花茶腌腊肉送妈妈生日礼物汉白玉送闺蜜水钻送女人礼物爸爸生日送礼物送老公